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).]
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).]