Is there any thing like ActiveX Data Objects in Qt as is in MSVC++.
Printable View
Is there any thing like ActiveX Data Objects in Qt as is in MSVC++.
It depends what you need from the Database Layer.
Check if the stuff in the QtSql Module is sufficient for your needs.
If its not, please describe the missing functionality ;-)
If you have the commercial licence, you have access to the ActiveX module called ActiveQt.
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....
Technically this is possible with Qt ;-)
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
See this page