Can you post the corrected code?
I'm having the opposite problem when I try to loadfromfile I get a:
"Project OPP.exe raised exception class EOracleError with message 'ORA-22920: row containing the LOB is not locked'."
How do I update a CLOB or BLOB ???
I tried the following code and get an error when executing line "LOB.AsString := StringList_WhoIsResults.Text;":
The Error is:
"Project OPP.exe raised exception class EOracleError with message 'ORA-22920: row containing the LOB is not locked'."
Any Ideas how...