Hi all, i'm trying to use sqlite + spatialite so i need to use the load_extension method from sqlite3.
I am just getting into C++ and QT based on some recommendations I saw on this forum. I am using a sqlite3 database backend, but it does not include several mathematical functions that I prefer.
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 ...