Results 1 to 2 of 2

Thread: Recommended database driver

  1. #1
    Join Date
    Apr 2010
    Location
    Singapore
    Posts
    156
    Thanks
    47
    Qt products
    Qt4
    Platforms
    Windows

    Default Recommended database driver

    I am supposed to implement database in my code/project.
    I am new to database and have no idea which database driver to select.
    What is the recommended database driver?

  2. #2
    Join Date
    Apr 2010
    Location
    Rostov-na-Donu, Russia
    Posts
    153
    Thanks
    2
    Thanked 26 Times in 23 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Recommended database driver

    It depends on many and many factors:
    1. count of data, you will store in database,
    2. complexity of your database ( number of links, etc. ),
    2. if there will be only one local connection to database file or it will be many connections via network,
    3. do you want your app to be crossplatform
    4. ... and many others

    for the first time I can recommend SQLITE database

Similar Threads

  1. Strange Database Driver Error
    By cevou in forum Qt Programming
    Replies: 1
    Last Post: 12th May 2010, 22:38
  2. Recommended Update Procedure
    By GimpMaster in forum Installation and Deployment
    Replies: 9
    Last Post: 28th May 2009, 22:35
  3. Regading Driver to connect Postgresql Database
    By dummystories in forum Installation and Deployment
    Replies: 38
    Last Post: 12th March 2009, 07:19
  4. Is it recommended to statically built Qt?
    By RThaden in forum Qt Programming
    Replies: 1
    Last Post: 21st July 2008, 20:23
  5. what is the driver type for an access database?
    By mismael85 in forum Qt Programming
    Replies: 1
    Last Post: 29th February 2008, 10:04

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.