InstallAware 9 problem with Paradox DB and Delphi 2009 -
My project is on Delphi 2009, Paradox DB and Google Maps. The code is fine and at this time the project is to be built. This is the first time to do this, as I know there are two programs to create a setup file; I did my first test through InstallShield or InstallAware InstallAware but its failure and problem is DB, I can not run it after setup. How can I do DB work in the setup file?
There are two parts for DB connections in my Delphi project;
with the first; Query1 --- & gt; Datasaccore 1 second one; Table 1 --- & gt; Datacore 2
The root of the Delphi files is "the root of the desktop \ ttelekom \ ttelekom.exe DB files" C: \ Program Files \ General Files \ CodeGear Shared \ Data \ databasettelekom.db "
How are you accessing the database? If it is using BDE, then you have to install BDE. It has a merge module which comes You can add it to your installation, by default % CommonProgramFiles% \ Borland Shared \ BDE \
- bdedeploy.txt
file by bdeinst.txt
.
Comments
Post a Comment