Results 1 to 2 of 2

Thread: Qt jambi : CachedTable problem with QSqlite Driver

  1. #1

    Unhappy Qt jambi : CachedTable problem with QSqlite Driver

    hi
    Tryin' to compile the CachedTable example i get the error

    QSqlDatabase : Qsqlite driver not loaded
    QSqlDatabase : Available drivers : //blank

    note that i'm using eclipse 3.3
    Qt jambi 4.3

  2. #2
    Join Date
    Jul 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt jambi : CachedTable problem with QSqlite Driver

    i have the same problem

    i installed qt, and then qt jambi (i want to use qt as a java programmer)
    I'm pretty new to java... i'm sorry

    then i do as written here
    http://doc.trolltech.com/4.4/sql-dri...sing-configure
    i use it configure... and i think i set correctly the environment for QT... now i see mysql as a enable driver

    But how i have to configure MYSQL as a driver for QT Jambi?
    in qtjambi if i write

    ist<String> drivers;
    drivers = QSqlDatabase.drivers();
    System.out.println(drivers.toString());
    if (drivers.isEmpty()) System.out.println("è vuoto");

    i see that there is no driver installed

    can someone help us?

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.