Re: Fwd: Returning Cursor - Mailing list pgsql-general

From Craig Ringer
Subject Re: Fwd: Returning Cursor
Date
Msg-id 4897B099.3050100@postnewspapers.com.au
Whole thread Raw
In response to Fwd: Returning Cursor  ("ravi kiran" <ravysters@gmail.com>)
List pgsql-general
ravi kiran wrote:
> Hello,
>
> I am a developer working on postgres. I just wrote a function which ll
> return a refcurosor as shown below.

[snip]

> i have problems accessing this function from my middle tier i.e VC++.
>
> I wrote a VC statement to retrieve values from this refcursor using a record
> set.

Please show us your code. Also, what access method are you using? "VC"
isn't a database access method. Are you using libpq? ODBC? LINQ?

--
Craig Ringer

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Initdb problem on debian mips cobalt: Bus error
Next
From: "D. Dante Lorenso"
Date:
Subject: Easy way to alias all columns in a table by adding a prefix or suffix?