Hello, "Alarion"!
You wrote:

> I want to loop through a result set, say with ODBC, and 
> use the
> "fetch_array" function for each row. Now, What I want is 
> a an array of all
> the rows, so I could then access the "Name" column in Row 
> 5 like
> $values[NAME][5].
> How would I create an array that way?

With Oracle use OCIFetchStatement() function

-- 
Piloteers do it on the road


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to