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 |