Cannot find connections files from application directory
Cannot find connections files from application directory
I'm getting this error when deploying my application, I did some tests here installing the application on a clean machine and if I copy the dbxdrivers.ini along with the application it works fine.
In previous versions I just had to deploy the dbexpida*.dll.
Do I really need to send this dbxdrivers.ini with the application?
I think I might be missing something in the application's code.
In previous versions I just had to deploy the dbexpida*.dll.
Do I really need to send this dbxdrivers.ini with the application?
I think I might be missing something in the application's code.
Ok, that fixed it.Plash wrote:You need to deploy the dbxdrivers.ini and dbxconnections.ini files with an application compiled with Delphi 2009. Maybe this is a bug in dbExpress of Delphi 2009.
Btw, what do I really need to have in the dbxdrives.ini when I deploy the application?
I tested here and it worked with just this in the dbxdrives.ini file:
[Installed Drivers]
DevartInterBase=1
Do I need to have other sections or keys in the deployed dbxdrivers.ini?
Thanks.
I have same problem with RAD Studio(Delphi 2007)
I have same problem with RAD Studio(Delphi 2007)
Not connect
Running my program without debugger, if i not deploy the 2 ini files, i can't connect(Delphi 2007).