Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-15133

QODBC connection string DRIVER with Microsoft Access 2007

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.13.2, 5.14.0 Beta 1
    • 4.6.3, 5.13.1
    • Documentation, SQL Support
    • None
    • Qt 4.6.3, Windows7 32bit and 64bit
    • 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=

      {Microsoft Access Driver (*.mdb)}

      ;
      whereas you have to include "*.accdb" as below in order to have a valid connection string.
      DRIVER=

      {Microsoft Access Driver (*.mdb, *.accdb)}

      ;
      The issue has been created on Windows 7 32/64bit + Qt4.6.3.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            andysh Andy Shaw
            decisionmaking Xunlei
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes