Hi !
I'd like to get my request results in a record set as a C structure using libpq.
Is it possible or do I have to use ECPG only ?
How PGresult pointer stores the results ?
Actually I can convert all my result fields from PGresult to my C structure but I think also it is a little bit stupid if PGresult does its own conversion before ... no ?
thanks
Mike