How to access Postgresql using QT in Windows

Posted by dummystories on Stack Overflow See other posts from Stack Overflow or by dummystories
Published on 2009-03-16T07:09:22Z Indexed on 2010/03/17 2:31 UTC
Read the original article Hit count: 453

Filed under:
|
|

Hi to all,

 I am developing an application using QtRuby and postgresql. I sucessfully developed and running sucessfully in Linux. Now i want to run the same application in windows. But i am failing to connect to database(Postgresql). I am getting the following errors:

 QSqlDatabase: QPSQL driver not loaded
 QSqlDatabase: available drivers: QSQLITE QODBC3 QODBC

Can any one help how to resolve my problem. I am waiting for your replies.

Regards,

Narasimha Raju.Naidu

© Stack Overflow or respective owner

Related posts about qtruby

Related posts about postgresql