Re: [QGIS-Developer] QOCISPATIAL driver cannot be loaded

2021-03-19 Thread Uhrig, Stefan
To: qgis-developer@lists.osgeo.org Subject: [QGIS-Developer] QOCISPATIAL driver cannot be loaded Hello, I just compiled the qsqlocialspatial.dll from the QGis project and tried to use it with QSqlDatabase. QSqlDatabase db2 = QSqlDatabase::addDatabase("QOCISPATIAL"); When I startet t

[QGIS-Developer] QOCISPATIAL driver cannot be loaded

2021-03-19 Thread peter.steibert
Hello, I just compiled the qsqlocialspatial.dll from the QGis project and tried to use it with QSqlDatabase. QSqlDatabase db2 = QSqlDatabase::addDatabase("QOCISPATIAL"); When I startet the program it looked like the detection oft he sqldriver was successful.