Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Firebird connection error
Firebird connection error
Posted: 2007/09/25 14:54
 
The connection error I posted wrongly in the ThinDac beta version is in daADPhysIB: TADPhysIBConnection.InternalConnect. The call to FDatabase.firebird_version works if the index is 0 and not 1.

Don't you think you should change the TIBDatabase class to TADIBDatabase. TIBDatabase is the Interbase Express database class.
Re:Firebird connection error
Posted: 2007/09/25 22:50
 
Hello

1) What is your Firebird version ?
2) Could you check, what returns FDatabase.firebird_version.Text and post result here ?
3) TADIBDatabase. There is no need for renaming, because most application programmers will never use classes from wrapping units.

Regards,
Dmitry
Re:Firebird connection error
Posted: 2007/09/26 14:32
 
1) version 1.5.2.4731
2) 'WI-V1.5.2.4731 Firebird 1.5'#$D#$A
3) stupid of me