Hi all,

I want to retrieve multiple rows from a table in one shot.  I can find
plenty of documentation on how to do this with the fetchall_arrayref()
method where it returns an array of arrays.

What I really want it to return however, is an array of hashes.  According
to the Perl DBI API, this method does exactly that if you pass it a hash
slice reference argument.  Can anyone provide some sample code for doing
this?

Thanks.

Jani


---------------------------------------------------------------------
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