pl/sql cursor example

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Wes
Posts: 3
Joined: Thu 18 Nov 2004 19:00
Location: www.datamatters.com

pl/sql cursor example

Post by Wes » Sun 30 Jan 2005 18:01

Hi,

I am going to write a series of pl/sql procedures that will return multiple rows. I would like to post these in a crdbgrid. Is there an example of how to work with this?

thx,
wes

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 31 Jan 2005 10:02

Work with TCRDBGrid in this case doesn't differ from work with TDBGrid, so you can use "Cursor" and "FetchCursor" demo projects for ODAC.

Post Reply