Returning result set from a Oracle Stored procedure

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
mns9939
Forum Newbie
Posts: 2
Joined: Fri May 24, 2002 8:46 am

Returning result set from a Oracle Stored procedure

Post by mns9939 »

Hi,

I am trying to execute an oracle stored procedure from a PHP script.
I would like the procedure to return the record set from the SQL select query inside the procedure. (This query may retireve 600-700 records).
Is it possible to do it in PHP? If so, I would appreciate any example.

Thanks for your help,
mns9939
:roll:
Post Reply