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

Re: $dbh->errstr;

by Abigail-II (Bishop)
on Jul 24, 2002 at 13:19 UTC ( [id://184815]=note: print w/replies, xml ) Need Help??


in reply to $dbh->errstr;

What do you mean by "This isn't even adding"? There's no addition in your code. If you mean that no data is added to the table, two things: first, you are not doing an INSERT but an UPDATE, and second, you are never doing an execute. All you are doing is a prepare, and you discard the returned statement handle.

Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-16 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found