Hi,
As subject, i know Oracle database provide oci api to access the database while Qt provide the QSql(include the QSqlQuery, QSqlTableModel and so on) to access, what's the relationship between them? Whether the QSql just envelop the oci ? In other words,whether the underlying implementation of QSql is oci?
And if the oci interface is the same on any platform(such as Qt or VC)?
Thanks very much!