Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: sql record sets

by pope (Friar)
on Sep 16, 2002 at 07:45 UTC ( [id://198175]=note: print w/replies, xml ) Need Help??


in reply to Re: sql record sets
in thread sql record sets

fetchrow_arrayref() also fetches a row at a time, it differs from fetchrow() only in the way it stores the return value. fetchrow() returns an array while fetchrow_arrayref() returns an array ref.

Replies are listed 'Best First'.
Re^3: sql record sets
by Flexx (Pilgrim) on Sep 16, 2002 at 17:15 UTC

    fetchall_arrayref() or fetchall_hashref() (quite new) would slurp in all at once.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-19 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found