Subject Re: [firebird-support] About BLOB fields.
Author bill_lam
William Gonzáles S. wrote:
> Hi. The datatype is BLOB, I am using ODBC and VC++. Is
> there a special way to save BLOB data? I am saving it
> like string (on BLOB field), maybe it is my problem.

Which odbc driver did you use? I use odbcjdbc branch v2-0-beta build 138
released today and saw no problem on blob.

If use middleware instead of call odbc api directly, use blob related feature
from that component, I'm not experienced.

If you call odbc api directly, try follow examples given in odbc.chm for sqlputdata.

regards
bill