Row-based security (again...). Is this possible ???
Arthur,
You will note that he is using views, the stored procedures are the way he
suggest that you access the views. The key, however, is the view
definitions.
If you view the stored procedures you will see that they are doing a little
error handling, but nothing else really. If your application is data-aware,
then it should not need the stored procedures and can directly access the
views.
You have to be careful not to create a view that cannot be updated, but
beyond that you should be fine.
Russell Fields
|