PDA

View Full Version : share me Link download OCI(oracle) driver to connect QT



thaihoangluu
4th January 2012, 04:05
I can't found link download OCI(oracle)driver.
Please share to me.
Thank so much :)
p/s: I'm using Eclipse IDE for c/c++ and QT integration eclipse

thaihoangluu
5th January 2012, 08:42
who can help me?

pkj
5th January 2012, 19:02
Qt doesn't pre-compile the driver. you need to compile it yourself. install client from here oracle client (http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html)
include the file in this project C:\Qt\4.x.x\src\sql\drivers\oci .. compile and build. Notice the new dlls after build in C:\Qt\4.x.x\plugins\sqldrivers
Refer for detailed procedure here (http://www.qtcentre.org/threads/18046-How-do-I-get-Qt-to-recognize-the-oci-driver.)

thaihoangluu
9th January 2012, 01:39
thank so much