Обсуждение: Bug #727: Can I get a PGresult * ptr. back from an epcg interface.

Поиск
Список
Период
Сортировка

Bug #727: Can I get a PGresult * ptr. back from an epcg interface.

От
pgsql-bugs@postgresql.org
Дата:
Walt Cobb (walt_cobb@cinmach.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Can I get a PGresult * ptr. back from an epcg interface.

Long Description
I am porting an Oracle application to Postgres.  The old application used an imbedded SQL interface.  I was trying to
staywith that and since Postgres doesn't support an SQLDA structure, I was going to write code to create/fill it
myself. I wanted to use the Postgres C calls to gather the info, but I can't use them without the PGresult* argument.
 
Is there any way to get at the PGresult* pointer if I have launched an imbedded SQL query?

Sample Code


No file was uploaded with this report