Hello All,
There is data of several enterprises (ours clients) in a single database.
All tables have a column on primary key what identify the enterprise called
id_enterprise.
My objective is restrict users access on rows depending on value of the
column id_enterprise.
That is, an user can access data only of his enterprise.
I don't want use where clause.
There is some way of determine this in database?
Thanks in advance,
Renato Cramer.