I want to execute the following sql-command:
'UPDATE BinDataTable SET MyBinData = BinData'
MyBinData is a BLOB-Field.
Can I set the value of pBinData without a TLOBLocator?? Any possibility?
Thanks
[This message has been edited by Andi (edited 19 August 2003).]
Therefore the 3.4.6 documentation (.DOC format) that uses a SELECT ... FOR UPDATE statement is wrong? I get an "TLOBLocator invalid handle" using the SELECT FOR UPDATE, while the UPDATE syntax in this topic works.
The "select for update" example should be correct. It returns an initialized and updatable LOB Locator, which you can subsequently use to write data to.
------------------
Marco Kalter
Allround Automations