Subject TIB_DSQL
Author Michael Vilhelmsen
Hi

As mentioned earlier today I'm about to convert from TIBOQuery to
either TIB_Cursor or TIB_DSQL.
Now I know how to use TIB_Cursor.
Thank you both Jason and Lucas.

But now I have a little problem with TIB_DSQL.
I have some inserts, which I at this point do like this:

Ins_Table.ParamByName('MyBlob').AsBlob := Memo.Lines.Text;


But the AsBlob is unknown.

What should I do instead ?

Thanks in advance.

Michael