Need data in tables to be read-only

maxxximaniac

Registered User.
Local time
Today, 04:48
Joined
Oct 22, 2004
Messages
80
Hey all, I need data in a table to be read only, once its inserted no one will be able to modify with the exception of a admin,
how can i go about doing this/.

thanks!
 
You could setup a logn in system giving each user access rights.
 
Or split the database and keep people away from the back end. Then you control input and data reading via forms. The admin can have a separate front end that allows editing of the data.
 

Users who are viewing this thread

Back
Top Bottom