Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved Qt5.6 ODBC ?

    General and Desktop
    qt5.6 odbc
    2
    4
    1109
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • a-r-t
      a-r-t last edited by

      Please can someone explain why the odbc drivers are missing from the last 5.6 windows release ?

      There in not official explanation and the bug reports of
      QTBUG-51390 or QTBUG-49420 writes the status is CLOSED and Fix Version/s: None ! … Resolved : 26/Feb/16 !

      What means the above, I am a little confused.

      Thank you

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        51390 is closed because it's a duplicate of 49420 and 49420 has been closed as invalid.

        From what is wrote on the bug report, there are so many flavors of ODBC that it's best that the application developer builds the driver against the ODBC version his currently using for his application. At least, it's how I understand it.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        a-r-t 1 Reply Last reply Reply Quote 0
        • a-r-t
          a-r-t @SGaist last edited by

          @SGaist

          Thank you SGaist for your respond … seems this is a different policy from now on and we are unaware of it .

          Is this the correct way for mingw492-xx ?

          cd %QTDIR%\qtbase\src\plugins\sqldrivers\odbc
          qmake odbc.pro
          make

          if you have more advises or links how to do it better with all those flavors you reference
          are realy welcome !

          Thank you

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Like I wrote, it's my understanding of the answers on the bug reports. I don't know the rational behind them.

            I'd say mingw32-make

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post