Die dbxdrivers.ini/dbxconnections.ini sind auf den nE-PC in C:\Dokumente und Einstellungen\All Users\Dokumente\
RAD Studio\dbexpress.
In der Registry in HKEY_LOCAL_MACHINE\Software\Borland\
BDS\5.0\DBExpr ess
sind Einträge die auf die dbxdrivers.ini/dbxconnections.ini und die
dll's zeigen. Das passt also.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Borland\
BDS\5.0\DBExpr ess]
"Connection Registry File"="C:\\Dokumente und Einstellungen\\All Users\\Dokumente\\
RAD Studio\\dbExpress\\dbxconnections.ini"
"DLLPATH"="C:\\Dokumente und Einstellungen\\All Users\\Dokumente\\
RAD Studio\\dbExpress"
"Driver Registry File"="C:\\Dokumente und Einstellungen\\All Users\\Dokumente\\
RAD Studio\\dbExpress\\dbxdrivers.ini"
In der dbxconnections.ini, im
MySQL-Abschnitt ist richtig drin:
[MYSQLCONNECTION]
DriverName=
MySQL
HostName=
localhost
Database=Bildertest
User_Name=<username>
Password=<passwort>
BlobSize=-1
ErrorResourceFile=
LocaleCode=0000
Compressed=False
Encrypted=False
Tut aber trotzdem nicht....