Results 1 to 8 of 8

Thread: Deploying QT App using ODBC driver

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Dec 2014
    Posts
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Deploying QT App using ODBC driver

    Hello fellow AlphaWolfXV, as has happened to me many days ago, and yesterday I found the solution, you must first find the folder on your development machine that has sqldrivers "plugins/sqldrivers", copy the directory sqldrivers only in the directory where your have x.exe, plus all dlls you have on it and sqldrivers like this, this solution worked for me, sorry my english, its not my native language... I hope it help you

    <folder>:
    x.exe
    qtcore4.dll
    qtgui4.dll
    mingwm10.dll
    libgcc_s_dw2-1.dll
    ...
    <folder>/sqldrivers:
    qsqlodbc.dll (from dir/plugins/sqldrivers/)
    ...

  2. The following user says thank you to raynosc for this useful post:

    iskenderoguz (5th January 2016)

Similar Threads

  1. Slow ODBC driver or programming error?
    By TorAn in forum Qt Programming
    Replies: 9
    Last Post: 13th November 2011, 22:31
  2. Help with QMYSQL driver for QT 4.4.0: driver not loaded
    By khikho in forum Installation and Deployment
    Replies: 4
    Last Post: 1st April 2011, 15:00
  3. source code for odbc driver or MySql driver in arm-embedded-linux
    By sattu in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 24th January 2011, 10:11
  4. Custom gfx driver(subdriver) with Transformed gfx driver - is this possible?
    By slscripters in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 24th June 2010, 10:25
  5. Deploying debug Qt application - failed to load ODBC driver
    By sureshbabu in forum Installation and Deployment
    Replies: 1
    Last Post: 1st November 2007, 12:35

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.