On Sunday 03 January 1999 04:01, Christian Valverde wrote:
> im trying to build some objects to interact with QT dialog i just maid .
> please could anypne point me a site where to see examples on ECPG
> im actually interested in examples of reciving data fron databases . i
> already send data to pg but cant receive data form pg .
Which version of QT do You use ?
There are database objects like QSqlQuery QSqlField that can simplify your
tasks. When I first tried it, it was version 2.5. There is also QSqlDriver
that directly support PostgreSQL. Not shore why You must use ECPG when QT has
DB classes and objects.
Regards !