Top "Qsqldatabase" questions

The QSqlDatabase class represents a connection to a database in Qt 5.0.

QPSQL driver not loaded Qt

I have some trouble when I want to add a database. _dataBase = QSqlDatabase::addDatabase("QPSQL"); After calling this method I …

c++ qt postgresql qsqldatabase
Qt5.2 can find the mysql driver but can not load it

Operating System: win7 compiler : mingw4.8(come with Qt5.2) link to : Fedora core release 5, kernel 2.6.15-1.2054_FC5 smp on an i686 …

c++ mysql qt qtsql qsqldatabase
Qt - How to bind a QList to a QSqlQuery with a "WHERE ... IN" clause?

Note: this is with SQLite, although I expect the problem is on the Qt side. First, I set up a …

qt sqlite qsqldatabase
Trying to connect to Postgres with Qt

Currently I am working on a learning by doing project that should use a database to save the data. I …

database macos qt postgresql qsqldatabase