Exception C0000008

Renkin

Member
During connect to the database at run-time (command LogOn() or Connected=true) error "External exception C0000008" appears. If property Connected will be changed on true at design mode then all work properly. Help, in what can be cause?
System: Windows 2000pro? Borland C++ Builder 5.0 sp1. DOA 3.4.5
 
Does this error also occur when you run the program from outside the C++Builder IDE? It may be a conflict between Oracle and the C++Builder Integrated Debugger.

------------------
Marco Kalter
Allround Automations
 
This error doesn't occur when I run the program from outside the C++Builder IDE.
How can I avoide this conflict between Oracle and the C++Builder Integrated Debugger?
 
I use SQL*Net / Net8 that distributed with Oracle 7 SERVER v.7.3.3

[This message has been edited by Renkin (edited 24 April 2002).]
 
Back
Top