March 16, 2011 at 5:59 pm
Hi,
I have a database table for storing complaints records and I do not want users to be able to edit any records where the ComplaintResolvedOn Date is less than the date of the last Invoice Run.
I would rather stay away from triggers so I'm just wondering if there is a way to action this with a check constraint?,
Cheers!
March 16, 2011 at 6:40 pm
Have you considered creating a VIEW which would contain only those records that could be edited?
March 17, 2011 at 12:43 am
you can create procedure and your business logic to edit the records.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply