Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Database driven applications

    General and Desktop
    4
    5
    2129
    Loading More Posts
    • 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.
    • F
      fluca1978 last edited by

      Hi all,
      I'm starting to develop a database driven application, that will need some "usual" stuff like master-detail table views, entry editing, and so on. All connected to a standard SQL database. Beside the standard SQL and table Qt stuff is there any framework/library I should take a look to? I mean, some component reusable that can ease the development of tabular applications.
      Thanks

      1 Reply Last reply Reply Quote 0
      • P
        pkj__ last edited by

        QSqlQueryModel will come in handy

        1 Reply Last reply Reply Quote 0
        • E
          Eddy last edited by

          have a look at the "SQL examples":http://doc.qt.nokia.com/4.8-snapshot/examples-sql.html.

          Qt Certified Specialist
          www.edalsolutions.be

          1 Reply Last reply Reply Quote 0
          • A
            andre last edited by

            You may be interested in Predicate. It is an alternative to the Qt SQL libs. It is the basis for Kexi, the KOffice/Calligra database application.

            1 Reply Last reply Reply Quote 0
            • F
              fluca1978 last edited by

              Thanks, this is the piece of information I was seeking for!

              1 Reply Last reply Reply Quote 0
              • First post
                Last post