How to use TLobLocator.LoadFromFile

gidior

Member
I try to insert a file into an oracle CLob field and i fail i always get "TLobLocator: invalid handle" exception.
Please if any one have source of using the TLobLocator.LoadFromFile function i'll be very glad to get it.
 
My guess is that the TLOBLocator is not yet initialized. You need to obtain an initialized clob from the server through the returning clause of an insert or update statement before you can write any data.

For an example, see this topic .

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