Discussion:
D2007 dbexpress missing dbxdrivers.ini
(too old to reply)
Anders E. Andersen
2007-11-16 09:25:48 UTC
Permalink
I just wanted to play a bit with dbexpress on D2007.

I put a TSqlConnection on an empty form and double clicked on it.

I get a dialog box with this error message:

Driver/Connection Registry File 'C:\Users\Public\Documents\RAD
Studio\dbExpress\dbxdrivers.ini' not found.

I do not have a folder called C:\Users\Public\Documents\RAD Studio\dbExpress

What do you think is up?

Anders
jkuiper
2007-11-21 10:23:16 UTC
Permalink
Witch OS are you using?
Can you find the ini file on your system at all?
If you have it, try to load the file with
SQLConnection1.LoadParamsFromIniFile('dbxdrivers.ini').
When you dubbleclick on SQLconnection1, there should be an new screen
with the params read from the ini driver file.

John
Post by Anders E. Andersen
I just wanted to play a bit with dbexpress on D2007.
I put a TSqlConnection on an empty form and double clicked on it.
Driver/Connection Registry File 'C:\Users\Public\Documents\RAD
Studio\dbExpress\dbxdrivers.ini' not found.
I do not have a folder called C:\Users\Public\Documents\RAD
Studio\dbExpress
What do you think is up?
Anders
Loading...