I try to save a zip-File to my oracle-database 9i via a stored procedure.
But I didn't found a solution.
Can someone give me a short example?
I try the following:
LOB := TLobLocator.create(OracleSession1, otBLOB);
LOB.LoadFromFile(filename);
Everytime I get the error-message 'TLobLocator: Invalid handle'.
Thanks in advance.
But I didn't found a solution.
Can someone give me a short example?
I try the following:
LOB := TLobLocator.create(OracleSession1, otBLOB);
LOB.LoadFromFile(filename);
Everytime I get the error-message 'TLobLocator: Invalid handle'.
Thanks in advance.