how can i do this [message #390852] |
Tue, 10 March 2009 01:00  |
hisham99
Messages: 106 Registered: October 2008 Location: united arab emirates
|
Senior Member |
|
|
i have table account
(id number(4),
name char(25))
this table have this data
1,advertising
2,finance
3,bank
i have three user for example (A,B,C)
user A can select ,update,delete on table test for only id 1
but he can not update or delete the rest of data (2,3)
user b can select,update,delete on table test for only id 2
but he can not update or delete the rest of data (1,3)
user b can select,update,delete on table test for only id 3
but he can not update or delete the rest of data (1,2)
|
|
|
|
|