I was looking for a database access library for C ++ that would work under Windows. I tried
- SOCI: not compiled
- SQLAPI ++: not free
The next option was to use the Qt DB access module, QtSql.
Is it possible to use QtSql without importing or linking any other Qt materials?
source
share