Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodemonkey86/qt_oci_driver
Qt OCI Oracle database driver. Resolve "Driver not loaded" runtime error. Download pre-built qsqloci.dll driver library for establishing a database connection to Oracle Database using addDatabase("QOCI")
https://github.com/thecodemonkey86/qt_oci_driver
database driver oracle qt5 qt6 sql
Last synced: 6 days ago
JSON representation
Qt OCI Oracle database driver. Resolve "Driver not loaded" runtime error. Download pre-built qsqloci.dll driver library for establishing a database connection to Oracle Database using addDatabase("QOCI")
- Host: GitHub
- URL: https://github.com/thecodemonkey86/qt_oci_driver
- Owner: thecodemonkey86
- License: lgpl-2.1
- Created: 2021-12-08T19:53:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T20:04:56.000Z (5 months ago)
- Last Synced: 2024-06-23T21:23:09.722Z (5 months ago)
- Topics: database, driver, oracle, qt5, qt6, sql
- Homepage:
- Size: 113 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Qt Oracle database driver (QOCI)
Resolve "Driver not loaded" runtime error when connecting to Oracle Database using addDatabase("QOCI"). Download pre-built Qt OCI SQL driver dlls for Oracle database from [Releases](https://github.com/thecodemonkey86/qt_oci_driver/releases)### Deployment
1. put qsqloci.dll (if release build) / qqsqlocid.dll (if debug build) in application subdirectory "sqldrivers"
2. put the dependency libraries from https://github.com/thecodemonkey86/qt_oci_driver/releases/download/instantclient_21.3/oci_dependencies_from_instantclient_x64-21.3.0.zip in your application directory