Posts by Jefferson Kist • 49 points
4 posts
-
1
votes1
answer183
viewsA: Java Trigger Return
I was able to solve the problem using the e.getCause().getMessage().toString();
-
-3
votes1
answer183
viewsQ: Java Trigger Return
I have a Rigger that checks if the user login has more than 3 characters and if it does not have it returns the msg "login must have more than 3 characters", how can I capture this return in java…
-
0
votes1
answer1444
viewsQ: ERROR 1242 (21000): Subquery Returns more than 1 Row
I have a problem with a Trigger (Mysql). I tried to build it myself. The need: I have a system of occurrences where when moving to the closing stage (Stage 4) it check if a description has been…
-
3
votes1
answer89
viewsQ: Help with MYSQL TRIGGER
I need to assemble a Trigger that before deleting a user it checks if there are occurrences linked to the user in question, and if there is, not allow delete, but never worked with Triggers. Someone…