ODBC++
More than just a C++ wrapper!
Home    Phase I    Phase II    Phase III    Download
Phase III











10%
20%
30%
40%
50%
60%
70%
80%
90%
100%

The objective of this phase is to create Qt friendly classes for ODBC.

Deliverables

qmake build
Build using Trolltech qmake project file.
libQTODBC++.so/libQTODBC++a, compliment of C++ include files
Class library.
qtodbc++
Simply GUI application used to test libQTODBC++. Used to submit ODBC requests.
doc
Documentation in HTML. QTODBC++ developer documentation including; specification and code documentation. Code documentation based upon doxygen.

QTODBCEnvironment

This class extends ODBCEnvironment.

QTODBCConnection

This class extends ODBCConnection.

QTODBCStatement

This class extends ODBCStatement.