cursor concept in php
Posted: Mon Nov 28, 2011 4:41 am
Dear all,
I am Oracle Professional, and new to php.
in Oracle pl/sql we have a concept of cursor (Recordset):
for example:
I have a query (students table )which return 10 students, now I want to calculate the fees for every student return by this query and do some DML operations.
how can I do this in php?
Regards:
I am Oracle Professional, and new to php.
in Oracle pl/sql we have a concept of cursor (Recordset):
for example:
I have a query (students table )which return 10 students, now I want to calculate the fees for every student return by this query and do some DML operations.
how can I do this in php?
Regards: