[thelist] fetchrow_arrayref and packages

Adrian Fischer adrian at logo-logic.com
Thu Nov 23 22:29:20 CST 2000


Hi Gang,

Can someone please tell me why this:
<snip>
 $dbh=$db->prepare("SELECT docId,docPassword,docEmail,docAccountEnd FROM
tblDockets WHERE docAccountEnd <=  $current_time  AND docClosed=0 ");
$dbh->execute();
while ($varDBInfo = $dbh->fetchrow_arrayref) {
</snip>

would return this:

Can't call method "fetchrow_arrayref" without a package or object reference
at dockets.pl line 769

I have tried to work out what the object or package is but am stumped.

Much appreciated


Adrian





More information about the thelist mailing list