I've been asked about using the QT database interface for Oracle. What's a good starting point for investigating this? Do you have any experience with it you can share?
|
|
We have been using the QtSql classes for a couple of years now, we are currently using the ODBC driver to connect to MSSql instance. Overall the the whole interface performs it's taks reasonably well. It insulates you completely from the Database driver We have a process where we turn a - custom made - xml description into a sql script for creating a table, a qt wrapper class for We did find some quirks with the ODBC driver, I am sure there are some other quirks with the oracle driver. OTOH we are reasonably sure that we will be able to switch from MS-SQL to ORACLE within a short amount of time. As for starting points, I think there is a simple example in the qt examples. |
||
|
