Guest User

Untitled

a guest
Jun 17th, 2019 (edited)
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.00 KB | None | 0 0
  1. SIGNAL SQLSTATE '45000' SET MESSAGE_TEXT='Cheque cobrado, no se puede anular.';
  2.  
  3. try {
  4. ....................
  5. ....................
  6. ....................
  7. $stmt->execute();
  8. }
  9. catch (PDOException $e) {
  10. echo "Error en la Ejecucion: ".$e->getMessage();
  11. }
Add Comment
Please, Sign In to add comment