Re: Delphi - Developers start develop Access components - Mailing list pgsql-general

From Tony Caduto
Subject Re: Delphi - Developers start develop Access components
Date
Msg-id 42812B73.7040601@amsoftwaredesign.com
Whole thread Raw
In response to Re: Delphi - Developers start develop Access components  (Daniel Schuchardt <daniel_schuchardt@web.de>)
Responses Re: Delphi - Developers start develop Access components
List 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

pgsql-general by date:

Previous
From: Mischa Sandberg
Date:
Subject: Re: [PERFORM] "Hash index" vs. "b-tree index" (PostgreSQL
Next
From: "Leif B. Kristensen"
Date:
Subject: Re: Adventures in Quest for GUI RAD