Reputation: 587
I have a fdb file (firebird) from a new client (he doesn't know the version). I have tried to use some GUI to access the database, but with no luck. All of them tell that its missing gds32.dll, but I have this one.
I have copied this dll to the GUI folder, I have copied the dll to system32 folder and I have copied to syswow64. I am running Windows 7 64 bits and the firebird database is 32 bits. I have tried to install the dll but I can't register it.
I have installed WinXP in a virtual machine to see if it runs, but nothing. The regsvr32 tells me that it is not an executable file... in Win 7 that this dll could be not compatible with windows version.
I have tried IbExpert Personal, Ibmanager and Flamerobin and they shows me the same error, that the dll was not found or not installed.
How to open this firebird db?
Upvotes: 10
Views: 78145
Reputation: 101
To fix Flamerobin - missing gds32.dll or fbclient.dll problem:
Installing the correct version resolved my problem.
Cheers!
Upvotes: 10
Reputation: 587
The firebird server was installed, but I dont know why something was wrong. So, I uninstalled all the firebird packages and installed again. I think I have installed on the wrong order, cause I have installed the ODBC (Firebird_ODBC_2.0.1.152_Win32) before the firebird.
Now everything is ok.
Upvotes: 2
Reputation: 5481
You need a running Firebird server in order to access your database. If you just want to access the data, then the easiest way would be:
If the database will be accessed by an old application later on, then you have to:
Upvotes: 11
Reputation: 271
Reinstall the firebird, and check that you want to install dll trought the installation.
Upvotes: 0
Reputation: 21
I had exactly the same problem on Windows 7 64bits. Solution is:
regsvr32 fbclient
& regsvr32 GDS32.DLL
on both folders. Even when getting error messages, I ignored them.That's it!
Upvotes: 2