I have been learning a bit about the Perl DBI MySQL API.  This API offers
several ways of fetching the results of a query.  Among these,
fetchrow_array returns a numbered array, while fetchrow_arrayref returns a
reference to an array.  When would you want to use a reference to an array
rather than the array itself to hold a row of results from a query?  Thanks!

Amittai Aviram
[EMAIL PROTECTED]



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to