Subject RE: [IBO] Insert BLOB Text
Author Jason Wharton
> I have an INSERT statement in a IBO Cursor. Using a parameter, I want
> to assign text to BLOB field. However, when I execute the statement
> the text doesn't end up in the BLOB. What could be wrong?

Parameters are for input values and their values are not picked up as values
for fields when they post.

Please show us how you are doing things and perhaps we can spot the exact
problem.

Jason Wharton