Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Mysql update table problem

by samarzone (Pilgrim)
on Nov 10, 2010 at 06:59 UTC ( [id://870503]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Mysql update table problem
in thread Mysql update table problem

Check for the return value of "execute". If transaction is successful it should return the number of affected rows. Otherwise it will set the variable $DBI::errstr.

Also have a look at "RaiseError"

Do post what you have done and what you got.

Replies are listed 'Best First'.
Re^4: Mysql update table problem
by jb22 (Initiate) on Nov 10, 2010 at 15:51 UTC
    Thanks, I finally got around it and now it works.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-18 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found