Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Does Qt 4.6 or 4.7 support postgresSQL 9.0 ? please help

Does Qt 4.6 or 4.7 support postgresSQL 9.0 ? please help

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 3.3k 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.
  • I Offline
    I Offline
    iko5
    wrote on last edited by
    #1

    Hello,

    I've installed Qt4.6 and have run into difficulty using Postgres 9.0.

    When i connect to my database the following debug message is printed in the o\p window of visual studio:

    "This version of PostgreSQL is not supported and may not work."

    When i perform SQL INSERT data commands they do however work, but my QSqlRelationalTableModel model fails to select any table.

    Does anyone know why this might be? Is it because of the debug message and Qt not supporting version 9.0 of postgresSQL?

    Any help much appreciated.

    Matt

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Qt already told you:

      bq. This version of PostgreSQL is not supported and may not work

      So I'd suggest you try your model with an 8.x version of PostgreSQL and check if it works there. If not, it's a problem in your model. If it works, it's a problem with the 9.0 version and you'll probably have to wait until the trolls make it work.

      http://www.catb.org/~esr/faqs/smart-questions.html

      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