Skip to content

FirebirdSQL/firebird-odbc-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a45574 · Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 5, 2008
Sep 10, 2024
Sep 10, 2024
Dec 29, 2003
Sep 10, 2024
Apr 13, 2011
Oct 30, 2003
Jan 19, 2018
Oct 21, 2017
Sep 10, 2024
Jun 25, 2008
Sep 10, 2024
Aug 14, 2012
Oct 5, 2008
Sep 5, 2008
Jan 4, 2014
Jun 25, 2008
Jun 25, 2008
Jun 25, 2008
Jul 6, 2016
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Jan 6, 2014
May 15, 2013
May 15, 2013
Jan 2, 2017
Nov 3, 2010
Mar 1, 2012
Jun 25, 2008
Jul 14, 2015
Mar 24, 2012
Jun 25, 2008
Jun 25, 2008
Jun 25, 2008
Jun 25, 2008
Dec 19, 2008
Sep 10, 2024
Jun 25, 2008
Mar 24, 2012
Mar 24, 2012
Sep 10, 2024
May 15, 2013
Sep 10, 2024
Jun 25, 2008
Jun 25, 2008
Jun 25, 2008
Jun 25, 2008
Jun 25, 2008
Sep 10, 2024
Jun 25, 2008
Jun 25, 2008
Jun 25, 2008
Sep 10, 2024
Mar 26, 2003
Jan 19, 2018
Jul 3, 2001
Sep 7, 2004

Repository files navigation

firebird-odbc-driver

Firebird ODBC driver v3.0

Welcome to the latest release of the Firebird ODBC driver v3.0. This release sees many significant advances in the driver. The most notable is that this version has OOAPI implementation inside.

This version is for Firebird 3.0 and later clients only.

All the new features and fixes are documented here -

Downloads

The latest build artifacts:

You can also download the lastest & archive build packages here: https://github.com/FirebirdSQL/firebird-odbc-driver/wiki

Build from sources

Linux

  • Clone the git repository into your working copy folder
  • Make sure you have Unix ODBC dev package installed. If not - install it (for example: sudo apt install unixodbc-dev for Ubuntu)
  • Move to Builds/Gcc.lin
  • Rename makefile.linux -> makefile
  • Set the DEBUG var if you need a Debug build instead of Release (by default)
  • Run make
  • Your libraries are in ./Release_ or ./Debug_ folder.

Windows

  • Clone the git repository into your working copy folder
  • Open <working copy folder>/Builds/MsVc2022.win/OdbcFb.sln with MS Visual Studio (VS2022 or later)
  • Select your desired arch & build mode (debug|release)
  • Build the project
  • Copy the built library (<working copy folder>\Builds\MsVc2022.win\arch\build_mode\FirebirdODBC.dll) to <Windows>\System32 (x64 arch) or <Windows>\SysWOW64 (Win32 arch)

Development & Feedback