Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up a read-only tables

Status
Not open for further replies.

scra

Technical User
Dec 7, 2001
55
US
I share a database to other front-end users. I want to be able to setup the data tables so that the users CANNOT make any changes (add/delete) to any of the data tables. They would still be able to run queries from them. How can this be accomplished?
 
what database system?

A proper database like SQL Server or Oracle or DB2 will allow you to setup permissions on each table for each user or role.

Regards

Frederico Fonseca
SysSoft Integrated Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top