Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Pro*C Question - Newbie
Hi,
I am trying to do this in Pro*C. I have a Table Empolyee with 10 records. I need to process them one by one. The prototype of the function would look like this :-
GetFirstRecord(struct emp_table_type *emp_rec_ptr)
To get the next record I would use
GetNextRecord(struct emp_table_type *emp_rec_ptr).
thanks in advance
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Tue Mar 03 1998 - 00:00:00 CST
![]() |
![]() |