Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Going to first record on a record set in DBI

by cfreak (Chaplain)
on Jul 21, 2003 at 13:28 UTC ( [id://276263]=note: print w/replies, xml ) Need Help??


in reply to Re: Going to first record on a record set in DBI
in thread Going to first record on a record set in DBI

And, I almost forgot. You are using a "fetchrow" record. It does not exist. The methods at your disposal are "fetchrow_array," "fetchrow_arrayref," or "fetchrow_hashref."

Not true. The fetchrow() method does indeed exist and works quite well. It returns an array of the current row like fetchrow_array()

Granted, the DBI documentation should be updated to reflect that.

Lobster Aliens Are attacking the world!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-18 22:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found