C++ Builder 2010 Unable to connect to database
Hello,
We are using C++ Builder 2010, Firebird 2.5.9 we are having some problems with mult-thread access with our current Firebird Driver (other driver)
We are interested in testing you driver but we receive a strange exception after the trial info dialog when accessing
SqlConnection->Connected=true;
Where SqlConnection is TSQLConnection Object.
The exception looks like garbage characters, and the connection is not working (a screenshot is attacthed)
dbxdrivers.ini looks like this
[Installed Drivers]
Firebird_New=1
MSSQL=1
[Firebird_New]
GetDriverFunc=getSQLDriverFIREBIRD
LibraryName=dbexpida40.dll
VendorLib=fbclient.DLL
Database=Baza\baza.fdb
User_Name=sysdba
Password=masterkey
ConnectionTimeout=10
IsolationLevel=ReadCommitted
DisplayDriverName=Firebird
BlobSize=-1
CommitRetain=False
ErrorResourceFile=
LocaleCode=0000
RoleName=RoleName
ServerCharSet=
SQLDialect=3
Interbase TransIsolation=ReadCommited
WaitOnLocks=True
Trim Char=False
Thank you very much.