PDA

View Full Version : Oracle database <=> Qt4/Opensource



windkracht8
22nd May 2007, 15:13
Hello,

Is there an easy way to connect an Oracle database to a Qt4 Open source program?

With kind regards,
Bart Vullings.

mm78
24th May 2007, 00:12
The QOCI driver isn't distributed with Qt Open Source because the Oracle client library isn't compatible with GPL.

However, you should be able to connect to an Oracle database using QODBC. For this you have to download and install the Oracle ODBC driver which you'll find somewhere on www.oracle.com (http://www.oracle.com).