Hello all,
I have a VB-application using a SQL-server database with various tables, triggers, stored procedures, etc.
I want to guard the integrity and consistency of the data with check-contraints and triggers on the tables. With triggers it is possible to raise a user-defined error, which i can catch in VB to display it in a user-friendly form. Is such a construction also possible with Constraints?
Is there anybody that can tell me how I can solve this problem.
thanks
B
I have a VB-application using a SQL-server database with various tables, triggers, stored procedures, etc.
I want to guard the integrity and consistency of the data with check-contraints and triggers on the tables. With triggers it is possible to raise a user-defined error, which i can catch in VB to display it in a user-friendly form. Is such a construction also possible with Constraints?
Is there anybody that can tell me how I can solve this problem.
thanks
B