I'm trying to use the SQL_LEN_DATA_AT_EXEC and SQLPutData to iteratively put
in pieces of Blob data. I've tried a lot of different combinations of
statements and orders of things, nothing has worked so far. I usually am
getting back "function sequence error" but when I look at the trace, the
order seems correct.
Do I have to pass a length value with SQL_LEN_DATA_AT_EXEC to use Jet and
SQL Server? I've seen examples using 0, or SQL_DATA_AT_EXEC.
I'm running out of ideas. I've looked all over, read, tried all kinds of
things. About ready to just forget it and use multiple rows to store
multiple pieces of data, but jeez, what a pain. Does this stuff work?
Anybody have suggestions of anywhere else to look?