Subject | Please help -- ! Having problems inserting Text as Blob in Delphi |
---|---|
Author | Louis van Alphen |
Post date | 2001-08-18T18:09:16Z |
I have created a test table with a column of type BLOB SUBTYPE 1
I want to insert the text in a memo into the blob field by doing this:
Table.Edit;
Table.FieldByName('BLOB_COL').Value := Memo.Text;
Table.Post
I get a 'Operation not applicable' error on the Post, and there is garbage
in the table.
Any ideas of how to do this?
Thanks in advance
I want to insert the text in a memo into the blob field by doing this:
Table.Edit;
Table.FieldByName('BLOB_COL').Value := Memo.Text;
Table.Post
I get a 'Operation not applicable' error on the Post, and there is garbage
in the table.
Any ideas of how to do this?
Thanks in advance