Hi folks,
In my CRUD for a table in my DB, I have the PK and another 3 fields, with the other 3 fields being indexed and constrained to be unique. If I violate the constraint during create or update, I get a ghastly system error starting the constraint violation. Is there any way to deal with this in a more discrete manner?
In my CRUD for a table in my DB, I have the PK and another 3 fields, with the other 3 fields being indexed and constrained to be unique. If I violate the constraint during create or update, I get a ghastly system error starting the constraint violation. Is there any way to deal with this in a more discrete manner?