MySQL Forums
Forum List  »  Perl

Re: Trouble with selectrow_arrayref method:
Posted by: David Shrewsbury
Date: January 09, 2007 06:54PM

selectrow_arrayref() returns a single row (thus the name of the subroutine). You might want to try selectall_arrayref(). Also, the subroutine returns a reference to an array, so assigning it to an array variable (@lc_ret) is not correct.

-Dave

Options: ReplyQuote


Subject
Written By
Posted
Re: Trouble with selectrow_arrayref method:
January 09, 2007 06:54PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.