granting group permissions

  • Thread starter Thread starter Taher Adenwala
  • Start date Start date
T

Taher Adenwala

I have a make table query, now i want to secure that table
by allowing user to only view the table, not modify or
delete it after running the query.

First i tired to create a table then i assign right to it,
but every time make table query runs it gets deleted,
hence the security gets deleted.

So if you could give me an example, i know what to do ,
but i need an example to do that.

Thanks
 
Can you set the "new table" security to meet your needs? That should be
applied when a new table is created.

Rick B


I have a make table query, now i want to secure that table
by allowing user to only view the table, not modify or
delete it after running the query.

First i tired to create a table then i assign right to it,
but every time make table query runs it gets deleted,
hence the security gets deleted.

So if you could give me an example, i know what to do ,
but i need an example to do that.

Thanks
 
Back
Top