Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Select Count(*) result

by thraxil (Prior)
on May 16, 2003 at 14:15 UTC ( [id://258650]=note: print w/replies, xml ) Need Help??


in reply to Select Count(*) result

do returns the number of rows affected by an update, it does not return the results of a select. you want to use prepare(), execute() and then a fetch* instead.

i recommend perldoc DBI for more information. the examples are quite clear.

anders pearson

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 03:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found