Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I create rules in data base using c#.net and how to use them
Posted
Updated 8-Oct-10 10:29am

1 solution

I just want to note that you don't need to use c# for this. You can implement your rules through stored procedures. Calls to the database through these procedures would ensure your requirements are met. Create a database account that does not have table-level privileges and allow allow access through those procs. Any .NET language could be used for this.

If you're looking for a pure CLR solution you can also try this walkthrough[^].

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900