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:
cursor concept in php
Moderator: General Moderators
Re: cursor concept in php
PHP Manual: Oracle OCI8