Access violation in console application

Steven

Member
Hi,

I'm writing a console application using Delphi4. It compiles and links without any problem. But at run time I get an access violation error when I call the Logon method of the Oracle session.
Any ideas??

[This message has been edited by Steven (edited 02 July 2001).]
 
Is the Session instance already created when you call Logon? In Console Applications and DLL's the instantiation of components and data modules is often different than what you are used to in "standard" applications.

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