Ben,
have you tried 04. pstmt.execute() ? Assuming that you have verified your UPDATE permissions.
Wrap it in try/catch as suggested by Thomas Jung to get slightly more detailed error message
try{
...
}catch(e) {
// see e.toString()
}
HTH
Ben,
have you tried 04. pstmt.execute() ? Assuming that you have verified your UPDATE permissions.
Wrap it in try/catch as suggested by Thomas Jung to get slightly more detailed error message
try{
...
}catch(e) {
// see e.toString()
}
HTH