Question

i'm try to connect to firebird 2.5 Embedded version(win32) with Delphi XE , I get the error when a click Test Connection

enter image description here

any help?

Was it helpful?

Solution

LibraryName and VendorLib should be in search path

copy LibraryName "i'm using dbx4fb.dll from https://sites.google.com/site/dbxfirebird/home" and VendorLib "fbclient.dll founded in firebird directory\bin" to the search path "for delphi xe : Program Files\Embarcadero\RAD Studio\8.0\bin"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top