Error Unavailable Database when trying to connect ClientDataSet using local Firebird base

2

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
Database C: \ Delphi Projects \ CentralRit \ db \ BDLIVRO.FDB
UserName SYSDBA
PassWord masterkey
GetDriverFunc getSQLDriverINTERBASE
libraryName dbxfb.dll
Vendorlib fbclient.dll

     SQLDataSet
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.dll

     

Name ClientDataSet FileName C: \ ProjectsDelphi \ CentralRit \ db \ BDLIVRO.FDB

    
asked by anonymous 30.06.2016 / 15:37

1 answer

0

Normalize by placing C: \ ProjectsDelphi \ CentralRit \ db \ BDLIVRO.FDB by localhost: C: \ ProjectsDelphi \ CentralRit \ db \ BDLIVRO.FDB p>     

30.06.2016 / 16:22