Subject | How do I use Binary Blobs? |
---|---|
Author | tickerboo2002 |
Post date | 2002-09-19T16:51:52Z |
Hello
Using BCB5, FB1, IBOv4.2h
I've been using blobs with memo's and the Assign and AssignTo
methods, however, I would now like to store binary data (compressed
text) within a blob.
What's the equivalent of Assign and AssignTo for binary (non VCL
based) data? I've seen TIB_ColumnBlob mentioned, but I cannot find
out how to get hold of one.
For 'Fields' would I use SetBlobData (TX) and AsRawString
(RX)? ...and the same with Params?
TIA
David
Using BCB5, FB1, IBOv4.2h
I've been using blobs with memo's and the Assign and AssignTo
methods, however, I would now like to store binary data (compressed
text) within a blob.
What's the equivalent of Assign and AssignTo for binary (non VCL
based) data? I've seen TIB_ColumnBlob mentioned, but I cannot find
out how to get hold of one.
For 'Fields' would I use SetBlobData (TX) and AsRawString
(RX)? ...and the same with Params?
TIA
David