MySQL Forums
Forum List  »  Perl

Re: Getting the Output for 'do' query.
Posted by: David Shrewsbury
Date: July 01, 2007 02:22PM

You should not use the do() subroutine for a SELECT statement. DBI provides other subroutines for SELECTS, like selectrow_array(). Read the DBI documentation for more information and examples (see http://search.cpan.org/~timb/DBI-1.58/DBI.pm).

-Dave

Options: ReplyQuote


Subject
Written By
Posted
Re: Getting the Output for 'do' query.
July 01, 2007 02:22PM


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.