RE: [GENERAL] Return PGresult

2000-07-20 Thread anuj
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

Re: [GENERAL] Return PGresult

2000-07-20 Thread Dave Smith
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