Smith
Sent: Thursday, July 20, 2000 5:21 PM
To: anuj
Cc: [EMAIL PROTECTED]
Subject: Re: [GENERAL] Return PGresult
anuj wrote:
>
> Hi,
> PGresult is a structure.
> I want to return PGresult pointer.(Code is given below.)
> Is this possible ? if yes , please give me the solution.
&g
anuj wrote:
>
> Hi,
> PGresult is a structure.
> I want to return PGresult pointer.(Code is given below.)
> Is this possible ? if yes , please give me the solution.
> Thanks in Advance.
> Anuj
> ===
> /* tempdb=>create table tbltemp (id int4, name varchar(30)); */
> #inclu