Connecting to embedded firebird database

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ypsus
Posts: 1
Joined: Sun 27 Apr 2008 09:25

Connecting to embedded firebird database

Post by Ypsus » Sun 27 Apr 2008 10:03

Hi,

i want to connect via UniDac to an embedded firebird db.

UniConnection: Provider InterBase, ClientDll (only exists in my programm dir, tried gds32.dll, fbclient.dll, etc.)

But UniDac refuses the connection because UniDac always want to connect via Localhost? How can i prevent that. What I'm doing wrong?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 29 Apr 2008 07:29

Please make sure that your program uses the correct client library. You can specify full path in the InterBase.ClientLibrary specific option.

Post Reply