1
I am 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 on the Clientdataset in the option Assign Place Date... is making the mistake Unavailable Database as attached print.
Name Sqlconnection
Driver Firebird
Database C: Projectdelphi Centralrit db BDLIVRO.FDB
Username SYSDBA
Password masterkey
Getdriverfunc getSQLDriverINTERBASE
libraryName dbxfb.dll
Vendorlib fbclient.dllName Sqldataset
Schemaname C: Projectdelphi Centralrit db BDLIVRO.FDB
Sqlconnect Sqlconnection
Connectionname Fbconnection
Driver Firebird
Database C: Projectdelphi Centralrit db BDLIVRO.FDB
Username SYSDBA
Password masterkey
Getdriverfunc getSQLDriverINTERBASE
libraryName dbxfb.dll
Vendorlib fbclient.dllName Clientdataset
Filename C: Projectdelphi Centralrit db BDLIVRO.FDB
Have you checked whether Firebird services are running normally? Can you access any other database through another application?
– Carlos Andrade
ola for me worked this way with localhost:C: bank path
– Regi Baddia