Is it possible to limit access to data content using groups ? -
05-03-2011
, 10:34 AM
Is it possible to use groups/profiles in Sybase Adaptive Server
Anywhere to limit what content of a table is visible for a user?
Let's say we have a table with a CAT_ID column where I would like to
allow adjust which rows is visible for a certain group of users?
So if I connect with group user01 a select * from TABLE would return a
different resultset than if I were connected with a user belonging to
user02 ??
I know this is possible in other db platforms, but is this possible in
Sybase? |