RETRIEVE ARRAY From Oracle in PHP

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
eyestorm
Forum Newbie
Posts: 1
Joined: Tue Feb 11, 2003 12:57 pm
Location: Canada

RETRIEVE ARRAY From Oracle in PHP

Post by eyestorm »

I need to know the code process to be able to retrive an arrayed variable from oracle, I have success with a regular Varchar variable being sent from the procedure, but as soon as it's an array nothing is shown.

the procedure is in a package. but that shouldn't matter.

a response would be greately appreciated.
Post Reply