https://github.com/thecodemonkey86/qt_ibase_driver
Qt Interbase/Firebird database driver. Resolve "Driver not loaded" runtime error. Download pre-built qsqlibase.dll driver library for establishing connection to an Interbase or Firebird database using addDatabase("QIBASE")
https://github.com/thecodemonkey86/qt_ibase_driver
Last synced: about 2 months ago
JSON representation
Qt Interbase/Firebird database driver. Resolve "Driver not loaded" runtime error. Download pre-built qsqlibase.dll driver library for establishing connection to an Interbase or Firebird database using addDatabase("QIBASE")
- Host: GitHub
- URL: https://github.com/thecodemonkey86/qt_ibase_driver
- Owner: thecodemonkey86
- License: lgpl-2.1
- Created: 2022-09-22T11:40:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T06:36:04.000Z (over 2 years ago)
- Last Synced: 2025-06-04T21:24:07.113Z (10 months ago)
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qt Interbase/Firebird driver (QIBASE)
Resolve "Driver not loaded" runtime error when connecting to an Interbase or Firebird database using addDatabase("QIBASE"). Download pre-built Qt IBASE SQL driver dlls from Releases
### Deployment
1. put qsqlibase.dll (if release build) / qsqlibased.dll (if debug build) in application subdirectory "sqldrivers"
2. put fbclient.dll in your application directory