Chapter 13. Databases
The QtSql module provides a platform- and database-independent interface for accessing SQL databases. This interface is supported by a set of classes that use Qt’s model/view architecture to provide database integration with the user interface. This chapter assumes familiarity with Qt’s model/view classes, covered in Chapter 10.
A database connection is represented by a QSqlDatabase
object. Qt uses drivers to communicate with the various database APIs. The Qt Desktop Edition includes the following drivers:
Driver | Database |
---|---|
QDB2 | IBM DB2 version 7.1and ... |
Get C++ GUI Programming with Qt 4 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.