in reply to Re^4: Get multiple rows in Perl from Oracle
in thread Get multiple rows in Perl from Oracle
Usually when working with DBI and things interacting with it, the result from ->execute() only indicates success or failure. I presume you're supposed to ->fetch (or ->fetchall_arrayref) the results.
|
|---|