An open API service indexing awesome lists of open source software.

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")

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