Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: DBI Frustrations

by Ven'Tatsu (Deacon)
on Sep 16, 2004 at 17:47 UTC ( [id://391520]=note: print w/replies, xml ) Need Help??


in reply to DBI Frustrations

Shouldn't you be calling fetchrow_array on the statment handle, not on the result?
while ( @row = $subs_str->fetchrow_array ) {
Incedentaly, $subs_str and $subs_rst look so alike to my eyes that I didn't notice at first that they were even different variables.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found