TOracleDataset, ORA-24338 'statement handle not executed'

jfancsali

Member
I have a project where I share a TOracleSession between an app and a dll. I initialize the TOracleSession in the dll using the 'share' method.

The client side of our software using the DLL works properly.

I run into a problem on our server side that uses the same dll. The server is multi-threaded. When I attempt to 'Execute' a TOracleQuery or 'Open' a TOracleDataset in the dll, I get an 'ORA-24338, statement handle not executed'. Any idea?

[This message has been edited by jfancsali (edited 05 March 2001).]
 
Perhaps the host session is logged off when this error occurs? Before you logoff the host session, you must logoff the session inside the DLL.

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