Borland Database Engine Initialization Error
bashy
Posted messages
1
Status
Membre
-
scharlyse -
scharlyse -
Hello everyone!
My problem is as follows:
I created a small program accessing an Access database under Borland Builder 6, and I want to run it on another machine without BCB6, but it displays the message: "An error occurred while initializing Borland Database Engine (error $2108)." Can anyone help me with this? Thank you in advance.
Note: during compilation, I have already unchecked "use dynamic RTL" and "build with run-time packages" ...
My problem is as follows:
I created a small program accessing an Access database under Borland Builder 6, and I want to run it on another machine without BCB6, but it displays the message: "An error occurred while initializing Borland Database Engine (error $2108)." Can anyone help me with this? Thank you in advance.
Note: during compilation, I have already unchecked "use dynamic RTL" and "build with run-time packages" ...
1 réponse
Hi, in the following link: www.mes-logiciels.com/logiciel-1260.html you will find the BDE that will allow your database to run without C++ Builder 6, because in an application that uses the database, it's necessary to install the BDE; it is not enough to uncheck "use dynamic RTL" and "build with runtime packages."
So after downloading "database engine.exe," your application will work just fine.
P.S.:
I know my response is late as I just read this message; I hope this can be useful for people who have the same problem, good luck.
So after downloading "database engine.exe," your application will work just fine.
P.S.:
I know my response is late as I just read this message; I hope this can be useful for people who have the same problem, good luck.