Re: Delphi - Developers start develop Access components

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Delphi - Developers start develop Access components
Date: 2005-05-10 21:45:23
Message-ID: 42812B73.7040601@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

unless we are thinking of something different I do this:

sql.clear;
sql.add('select myfunction();');
sql.add('fetch all from return_cursor;');
open;

>
> ??
> How? On EoF of a TDataSet? Its clear that you can fetch manually. How do you do that?
>

--
Tony Caduto
AM Software Design
Home of PG Lightning Admin for Postgresql 8.x
http://www.amsoftwaredesign.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leif B. Kristensen 2005-05-10 21:57:38 Re: Adventures in Quest for GUI RAD
Previous Message Mischa Sandberg 2005-05-10 21:35:58 Re: [PERFORM] "Hash index" vs. "b-tree index" (PostgreSQL