Update a CLOB column that contains data?

spfaff

Member
I am successfully inserting new records using the empty_clob() example in the help. Using the same LOBLocator code on an Update fails on .Write with Invalid Handle.

Please help!
 
Was the LOb Locator returned from the server in the update statement through a RETURNING INTO clause?

The invalid handle error indicates that this might not be the case.

------------------
Marco Kalter
Allround Automations
 
Back
Top