Results 1 to 2 of 2

Thread: QtNetwork + Qsqlite = driver not loaded ?

  1. #1
    Join Date
    Nov 2010
    Posts
    2
    Qt products
    Qt4 Qt/Embedded

    Question QtNetwork + Qsqlite = driver not loaded ?

    Hello.
    Have some strange problem with my project for WinCE device.

    I use SQLite database and it works well. But now i have added TCPSocket functionality and got some strange errors: after including the QtNetwork module the SQLite driver does not want to load.

    And if i remove QtNetwork - project works again.

    Console output from Visual Studio:
    Загрузить модуль qjpegd4.dll
    QSqlDatabase: QSQLITE driver not loaded
    QSqlDatabase: available drivers: QSQLITE
    Загрузить модуль ShUtil.dll

  2. #2
    Join Date
    Nov 2014
    Posts
    35
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QtNetwork + Qsqlite = driver not loaded ?

    I had this same issue and I found the answer here:
    http://stackoverflow.com/questions/5...driver-plugins
    Just copy the sqldrivers directory as a subdirectory where QtCore4.dll is located.
    pixaeiro
    http://www.pixaflux.com
    Non-destructive Image Editor

Similar Threads

  1. 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
  2. Replies: 1
    Last Post: 24th April 2010, 03:43
  3. QSQlite driver
    By praveen_g in forum Newbie
    Replies: 6
    Last Post: 18th November 2009, 08:58
  4. QSQLITE driver issue
    By b1 in forum Qt Programming
    Replies: 6
    Last Post: 17th May 2009, 09:18
  5. QSQLITE dirver not loaded
    By mismael85 in forum Installation and Deployment
    Replies: 1
    Last Post: 3rd April 2008, 20:07

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.