The Firebird ODBC drivers may obtain from 
http://www.firebirdsql.org/
I haven't try the Windows Full Install .exe file yet.  The following are steps for manual installation.
The following files are needed:
- IscDbc.dll
 - OdbcJdbc.dll
 - OdbcJdbcSetup.dll
 - OdbcJdbc.chm
 
Try your best to download these files and keep in a folder. For example: c:\temp
Then go to cmd prompt to perform
Manual Install
cd c:\temp
%windir%\system32\RegSvr32.EXE  .\OdbcJdbcSetup.dll
Manual Uninstall
cd c:\temp
%windir%\system32\RegSvr32.EXE /u .\OdbcJdbcSetup.dll
Always set full path for RegSvr32.EXE and always set .\  before  OdbcJdbcSetup.dll
After finish install, you may go to Control Panel | Administrative Tools | Data Sources (ODBC) | Drivers to make sure the Firebird ODBC Driver has installed.
 
3 comments:
i cant find the four dll files required to install the firebird odbc drivers. can you please help me? thanks
i cant find the four dll required to install the firebird odbc drivers. can you please help me?
thank you
To Laura: Perhaps this is what you looking for: http://www.firebirdsql.org/en/odbc-driver/
Post a Comment