Results 1 to 2 of 2

Thread: Can we access .mdb file from Qt creator

  1. #1

    Question Can we access .mdb file from Qt creator

    I am new to Qt.. i like to develop a meego application.Can i access .mdb file data from qt creator

    Thanks in advance
    Suma

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Can we access .mdb file from Qt creator

    Qt Creator is an integrated development environment, not a programming language (C++) or library (Qt). It makes no sense for Qt Creator to have anything to do with Microsoft Jet databases.

    You can access Microsoft Jet databases from C/C++ programs on Windows machines using ODBC. If you are using the Qt libraries then you can use the ODBC interface for QSqlDatabase.

    On platforms other than Windows there is typically no access to Microsoft Jet databases. There are 3rd party, commercial drivers for unixODBC on Linux to access Microsoft Jet database. Sqlite is typically a much better choice here.
    Last edited by ChrisW67; 13th April 2011 at 02:52.

Similar Threads

  1. Replies: 1
    Last Post: 21st December 2010, 14:18
  2. Access an object from another file.
    By cbarmpar in forum General Programming
    Replies: 1
    Last Post: 6th September 2008, 22:17
  3. Obtaining File Access Rights
    By arbi in forum General Programming
    Replies: 1
    Last Post: 4th September 2008, 12:09
  4. How to create a access file .mdb
    By aiikcmo in forum Qt Programming
    Replies: 1
    Last Post: 22nd November 2007, 10:06
  5. Access MS .mdb file on Linux
    By iGoo in forum Qt Programming
    Replies: 3
    Last Post: 15th June 2006, 09:42

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.