I'm trying to make a simple database application to access some DBF's with
.NTX index (old clipper).
I get an exception when opening the table:
Project myProject.exe raised exception class EBDEngineError with message
'An error occurred while attempting to
initialize the Borland Database Engine (error $3E06)'.
Sample code:
char dbDir[256];
Edit1->GetTextBuf(dbDir, 256);
strcat(dbDir,"\\file.dbf");
Table1->TableName=dbDir;
Table1->Open();
...
I have BCB2007 - Update 2 installed on my machine (installed through
download).
Previously I have TurboC++ installed (but uninstalled when moved to
BCB2007).
I also have installed BC5.02
BDE seems to be installed in two diferent locations:
C:\Program files\BORLAND\COMMON FILES\BDE
and
C:\BDE32
in both of then when executing bdecfg32.exe i get: Error initializin the
database engine
The help suggest to check for IDAPI32.DLL wich is in the same directory.
Any clues?
Thanks in advance.
Sebastian
PS: XP-SP2.