https://github.com/embarcadero/interbaseodbcdriver
An ODBC driver for the InterBase database
https://github.com/embarcadero/interbaseodbcdriver
Last synced: 11 months ago
JSON representation
An ODBC driver for the InterBase database
- Host: GitHub
- URL: https://github.com/embarcadero/interbaseodbcdriver
- Owner: Embarcadero
- License: other
- Created: 2023-06-21T16:15:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T17:03:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-22T01:02:23.077Z (over 1 year ago)
- Language: C++
- Size: 1.41 MB
- Stars: 9
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: License.txt
- Security: SecurityPassword.h
Awesome Lists containing this project
README
# InterBaseODBCDriver
An ODBC driver for the InterBase database
Install kit for InterBase ODBC driver on Windows is included in your Embarcadero InterBase 2020 product.
## How to build from sources?
* Windows (32bit and 64bit): Sample build projects and scripts are available. For building with Visual Studio 2013, go to folder [Builds/MsVc120.win](Builds/MsVc120.win) . You can also run the script [odbcbuild.bat](Builds/MsVc120.win/odbcbuild.bat) in that folder.
* Linux (x86_64): Readme and makefile are available at [Builds/Gcc.lin](Builds/Gcc.lin). Makefile is named [makefile.linux](Builds/Gcc.lin/makefile.linux)
* macOS (arm64): Readme and makefile are available at [Builds/darwin](Builds/darwin). Makefile is named [makefile.darwin](Builds/darwin/makefile.darwin)
## Testing your builds?
There are a bunch of test modules under the [Test](Test) folder. Most of these use some Windows specific APIs.
* Windows: [Test/Test.sln](Test/Test.sln) (Visual Studio 2013)
* Linux (x86_64): [Test/makefile.linux](Test/makefile.linux)
- make -f makefile.linux all
* macOS (arm64): [Test/makefile.darwin](Test/makefile.darwin)
- make -f makefile.darwin all