Can not read MS Access Database on Qt 6.7.0, while 6.6.2 works fine.
Unsolved
General and Desktop
-
Both 32bit and 64bit can not read MS Access Database on Qt 6.7.0.
Driver: https://download.microsoft.com/download/3/5/C/35C84C36-661A-44E6-9324-8786B8DBE231/accessdatabaseengine.exeError occured when call "db.open()", db.lastError().text() is: [Microsoft][ODBC 驱动程序管理器] 未发现数据源名称并且未指定默认驱动程序 [Microsoft][ODBC 驱动程序管理器] 无效的连接字符串属性, IM002;01S00 QODBC: Unable to connect
"QODBC" exist in QSqlDatabase::drivers().
Everything works fine on Qt 6.6.2.
I do not know if this is a bug of Qt 6.7.0, any help or advice would be greatly appreciated.
-
-
@Christian-Ehrlicher Thanks a lot
-