connect qt with bigquery
Unsolved
General and Desktop
-
Hi, I'm trying to connect qt with bigquery with the obdc driver but I still can't get it
I followed the guide to complete the driver https://doc.qt.io/archives/qt-5.7/sql-driver.htmlQSqlDatabase: QODBC driver not loaded
QSqlDatabase: available drivers: QSQLITE QODBC QODBC3Any idea what to do?
-
@Weimars said in connect qt with bigquery:
Any idea what to do?
As always in this case (and mentioned many times here in the forum for this specific question) - make sure the odbc plugin finds all required dlls (in your case the odbc dlls). You can check this with e.g. DependencyWalker.