Nuacht

Rebuild the sqlite driver for QT and place the dll in a folder called "sqldrivers" where the executable resides.<BR><BR>4. Just call QSqlQuerry ("Select load_extension ("xxxx"), db).
The database support in Qt 4.x is quite robust. The library includes drivers for Oracle, PostgreSQL, SQLite and many other relational databases. Out of the box, the Qt database library also contains ...