Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 4.6.3, 5.13.1
-
Fix Version/s: 5.13.2, 5.14.0 Beta 1
-
Component/s: Documentation, SQL Support
-
Labels:None
-
Environment:Qt 4.6.3, Windows7 32bit and 64bit
-
Commits:fdae0ccc5f624a1b30d4a57fa3d4b69a00f013d2 (qt/qtbase/5.13)
Description
The 4.6.3 and 4.7 documents on QODBC connection string DRIVER value for Microsoft Access database files are inaccurate.
http://doc.qt.nokia.com/4.6/qsqldatabase.html#QSqlDatabase
http://doc.qt.nokia.com/4.7/qsqldatabase.html#addDatabase
Please search for "Microsoft Access Driver". The document templates defines
DRIVER=
;
whereas you have to include "*.accdb" as below in order to have a valid connection string.
DRIVER=
;
The issue has been created on Windows 7 32/64bit + Qt4.6.3.
Attachments
For Gerrit Dashboard: QTBUG-15133 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
274768,3 | Fix connection string code snippet for ODBC on Windows | 5.13 | qt/qtbase | Status: MERGED | +2 | 0 |