Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. The best database to use along with Qt?
QtWS25 Last Chance

The best database to use along with Qt?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Ptolemy
    wrote on last edited by
    #1

    I need to develop a desktop application that communicates with an online hosted database. Which kind of database is most suitible for this or most suitible for Qt in general?

    I like the database to be easy to manage, but if there is one that isn't that easy to manage but is very suitible for using with Qt then I would consider it anyway.

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      there is no spcific answer to this question. It always depends on many factors...

      Since most webhosted servers use mysql you can go with it. Since you don't have any specific technical requirements you should be fine with mysql. There are many pages in the web about Qt and mysql... you may want to check it out.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MichelS
        wrote on last edited by
        #3

        You can choose almost any of the DBs supported by Qt, as the handling is common for all of them:

        http://qt-project.org/doc/qt-5.0/qtsql/sql-connecting.html

        Available Drivers: http://qt-project.org/doc/qt-5.0/qtsql/sql-driver.html

        I'd suggest to use MySQL or PGSQL, because I used them before, which might not be an argument for you ;)

        1 Reply Last reply
        0
        • P Offline
          P Offline
          Ptolemy
          wrote on last edited by
          #4

          OK, thanks for the replies so far. If I use MySQL then I can stick to my current hosting provider, so I will start of with that.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved