I have a trigger set on my table and it works with INSERT INTO but when I add the date using procedure,it does not fire and is letting the bad date to be written into the DB.
Do I need to also check the date inside the inserting procedure?
I have a trigger set on my table and it works with INSERT INTO but when I add the date using procedure,it does not fire and is letting the bad date to be written into the DB.
Do I need to also check the date inside the inserting procedure?