1、qoci driver not loaded
操作系统 Server2003 64bit,oracle client 64bit,编译qoci报错。
64bit oracle client改为32bit后,编译成功,能够使用。
2、qoci编译
编译QOCI:
1st:
go to Qt’s Command Prompt window. (VS 2008下)
2nd:
set INCLUDE=%INCLUDE%;D:/Work/Oracle_10.2_client/oci/include
3rd:
set LIB=%LIB%;D:/Work/Oracle_10.2_client/oci/lib/msvc
4th:
cd %QTDIR%/src/plugins/sqldrivers/oci
5th:
qmake -o Makefile oci.pro
6th:
nmake
操作系统 Server2003 64bit,oracle client 64bit,编译qoci报错。
64bit oracle client改为32bit后,编译成功,能够使用。
2、qoci编译
编译QOCI:
1st:
go to Qt’s Command Prompt window. (VS 2008下)
2nd:
set INCLUDE=%INCLUDE%;D:/Work/Oracle_10.2_client/oci/include
3rd:
set LIB=%LIB%;D:/Work/Oracle_10.2_client/oci/lib/msvc
4th:
cd %QTDIR%/src/plugins/sqldrivers/oci
5th:
qmake -o Makefile oci.pro
6th:
nmake