PDA

View Full Version : Database Connectivity



yesraaj
21st February 2007, 12:00
Is there any thing like ActiveX Data Objects in Qt as is in MSVC++.

camel
21st February 2007, 12:29
It depends what you need from the Database Layer.

Check if the stuff in the QtSql Module (http://doc.trolltech.com/4.2/qtsql.html) is sufficient for your needs.

If its not, please describe the missing functionality ;-)

wysota
21st February 2007, 12:47
If you have the commercial licence, you have access to the ActiveX module called ActiveQt.

yesraaj
21st February 2007, 13:35
i want to connect my qt application with oracle....
do i need a commercial edition to do that...
how to install qt4 with oracle driver....

camel
21st February 2007, 13:58
i want to connect my qt application with oracle....
Technically this is possible with Qt ;-)


do i need a commercial edition to do that..
I do not know if the Oracle driver is in the open source version, but if not, you might be able to do that using the odbc driver (http://doc.trolltech.com/4.2/sql-driver.html#qodbc-for-open-database-connectivity-odbc)


how to install qt4 with oracle driver....
See this page (http://doc.trolltech.com/4.2/sql-driver.html#building-the-drivers-using-configure)