Open the directory program files/common files/Borland shared/dbexpress and modify dbxconnections. ini.
Added content:
[Fbconnection]
Drivername = Firebird
Database = database. FB
Rolename = rolename
User_name = sysdba
Password = masterkey
Servercharset =
Sqldialect = 1
Errorresourcefile =
Localecode = 0000
Blobsize =-1
Commitretain = true
Waitonlocks = true
Interbase transisolation = readcommited
Trim char = false
Modify dbxdrivers. ini:
[Installed drivers]
DB2 = 1
Firebird = 1
Interbase = 1
MySQL = 1
Oracle = 1
Informix = 1
MSSQL = 1
Added content:
[Firebird]
Getdriverfunc = getsqldriverinterbase
Libraryname = dbexpint. dll
Vendorlib = fbclient. dll
Database = database. GDB
Rolename = rolename
User_name = sysdba
Password = masterkey
Servercharset =
Sqldialect = 1
Blobsize =-1
Commitretain = true
Waitonlocks = true
Errorresourcefile =
Localecode = 0000
Interbase transisolation = readcommited
Trim char = false
[Firebird transisolation]
Readcommited = 1
Repeatableread = 2