I'm developing an application in Delphi 2010
and I'm using Firebird 2.5.
I created a DataModule and put a SQLConnection, SQLDataSet, ClientDataSet and right-clicking the ClientDataSet in the Assign Local Data ... is giving the Unavailable Database error as printed in the attachment.
SQLConnection Driver Firebird
SQLDataSet
Database C: \ Delphi Projects \ CentralRit \ db \ BDLIVRO.FDB
UserName SYSDBA
PassWord masterkey
GetDriverFunc getSQLDriverINTERBASE
libraryName dbxfb.dll
Vendorlib fbclient.dll
SchemaName C: \ ProjectsDelphi \ CentralRit \ db \ BDLIVRO.FDB
SQLConnect SQLConnection
ConnectionName FBConnection Driver FireBird
DataBase C: \ ProjectsDelphi \ CentralRit \ db \ BDLIVRO.FDB
UserName SYSDBA
PassWord master GetDriverFunc getSQLDriverINTERBASE
libraryName dbxfb.dll
Vendorlib fbclient.dllName ClientDataSet FileName C: \ ProjectsDelphi \ CentralRit \ db \ BDLIVRO.FDB