I see
I guess you have got a blob field in the middle of the table
Can you try the following please:
use sql as data source and make sure that the blob filed is the last one in query
(no much we can do about it this how ODBC works)
select field1...., blob1 from table
Peter