View Single Post

   
  #1 (permalink)  
Old 02-24-2008, 08:43 AM
UnixUser
 
Posts: n/a
Default a need to store a few rows of data before final output

I need to write a pl/sql block that will allow me to select a small
quantity of rows from a table. These rows need to be manipulated with
some further processing and finally all of the rows need to be
returned from the procedure. I am using Delphi with Oracle 8I. If
you cannot post a complete example please give me a book reference,
link or somethink that I can follow without having to post back and
forth 5 or 10 times.

Thanks
Reply With Quote