TOracleDirectPathLoader - access violation!!!!!

I posted a question yesterday about a possible memory leak when using TOracleDirectPathLoader and was told to try a different version of Oracle. Installed 9i and tried running the demo and got the following error: "Access violation at address 606D65C1 in module 'OraClient9.Dll'. Read of address 00000000. This happens when calling the prepare method on TOracleDirectPathLoader. Everything else in the demo runs without any problems. Also tried running my application and got the same error.
Any ideas please? This is urgent!!!!

[This message has been edited by F.Townsend (edited 08 July 2003).]

[This message has been edited by F.Townsend (edited 08 July 2003).]
 
You will need to include the table owner in the table name (e.g. scott.emp instead of just emp). That should fix it. Direct Oracle Access 4.0 will fix this properly.

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