Re: Fwd: Returning Cursor

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: ravi kiran <ravysters(at)gmail(dot)com>
Cc: pgsql-general-owner(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: Fwd: Returning Cursor
Date: 2008-08-05 01:44:57
Message-ID: 4897B099.3050100@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Henry 2008-08-05 04:03:19 Re: replication only
Previous Message D. Dante Lorenso 2008-08-05 01:06:01 Easy way to alias all columns in a table by adding a prefix or suffix?