3

I have tried to connect to Firebird database file using IBExpert and Flamerobin always got this error "Unable to complete network request to localhost"

Is there any changes in Firebird 3.0 with embedded version, because I can connect to version 2.5.5 without any problem?

Mark Rotteveel
  • 82,132
  • 136
  • 114
  • 158
PHP4PRO
  • 121
  • 2
  • 5

1 Answers1

6

I solved the problem and now it works great.

The problem happens if Firebird plugins folder is missing and need to put it in the root with exe file like this:

  • exe file
  • db file
  • fbclient.dll
  • plugins folder
  • engine12.dll ( only this file needed from plugins folder )

To let Flamerobin work you need to put fbclient.dll and plugins folder in Flamerobin folder!

Mark Rotteveel
  • 82,132
  • 136
  • 114
  • 158
PHP4PRO
  • 121
  • 2
  • 5