I am using odbc_fetch_row to loop through a SQL select search result row by
row.

Is this the fastest way to collect the data from the database search result?

Is there no way to collect all the data into an array without looping
through the search result row by row?

Sorry for the newbie question.

TIA,

ck




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to