Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Don't understand row

by K_M_McMahon (Hermit)
on Feb 14, 2005 at 05:01 UTC ( [id://430688]=note: print w/replies, xml ) Need Help??


in reply to Don't understand row

Update: Damn, There were no replies when I started this post. Now there are 3 before mine! You guys are fast!

AnonyMonk: The error is " Can't call method "rows" on an undefined value at...."
Have you intialized $sth2? The error means you are trying to execute a module call on an object you have not yet created.

You have:
$sth = $dbh_base_app->prepare($sqlstatement);
where you defined $sth....but you don't define $sth2 as an object of $dbh_base_app
You don't tell us which type of database you are interacting with, but the MySql/Perl documentation is here.

Log In?
Username:
Password:

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

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

    No recent polls found