Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: DBI::fetchall_arrayref() error

by dbwiz (Curate)
on Jan 12, 2004 at 00:35 UTC ( [id://320565]=note: print w/replies, xml ) Need Help??


in reply to DBI::fetchall_arrayref() error

This change works for me, even though it does not make me feel good.

It looks like a bug in the DBI to me.

$sth->{PrintError} =0; while ( my $rows= $sth->fetchall_arrayref([0],3) and !$sth->err ) { for (@$rows) { print "got @$_\n"; } print "---\n"; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://320565]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 07:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found