Using BDE32 connect to Oracle DB - TechRepublic
General discussion
May 9, 2001 at 12:28 PM
fattung

Using BDE32 connect to Oracle DB

by fattung . Updated 24 years, 11 months ago

I am currently using an interface build on BDE32 named Database Engine Wrapper (DEW) to access to oracle DB.

Here’s the problem:
I made some changes to an example program from the DEW and it works fine.
Now I copy and pasted the program and create a new project with it. I added the necessary project path and the 2 libraries (idaph32.lib and dew32.lib). It compiled and linked fine but when I run it, an access violation error occur and terminated the program.

The program does work in theother project, what can the problem be that after I create a new project with it I got the access violation error?

This discussion is locked

All Comments