Hi all,
I'm sure that this is possible and that I didn't just dream it, can any body help??
I need to set up a unique constraint on a column. If the users try to break the constraint though I don't want it to come up with:
ORA-00001: unique constraint (schema.constraint name) violated
I'd like to put a different peice of text in there somewhere. Something like "That thingy already exists dummy"
I'm sure that this is possible and that I didn't just dream it, can any body help??
I need to set up a unique constraint on a column. If the users try to break the constraint though I don't want it to come up with:
ORA-00001: unique constraint (schema.constraint name) violated
I'd like to put a different peice of text in there somewhere. Something like "That thingy already exists dummy"