Subject | RE: [firebird-support] EOL Literals in SQL |
---|---|
Author | Chad Z. Hower |
Post date | 2005-03-04T14:51:52Z |
:: Helen's suggestions won't help you because BLOB can't be
:: updated this way.
:: BLOB is a big bunch of bytes. It is stored and retrieved
:: as a whole. There is only one way to add something to BLOB:
:: get it's whole content to client application, modify and put back.
You can append and create new text blobs, which is what I need to do.
:: updated this way.
:: BLOB is a big bunch of bytes. It is stored and retrieved
:: as a whole. There is only one way to add something to BLOB:
:: get it's whole content to client application, modify and put back.
You can append and create new text blobs, which is what I need to do.