- Moderator
- #1
I'm looking for a simple script that will allow selected users to edit selected fields in a SQL database.
Here's the scenario:
I have an SQL server with an "Employees" table.
The table includes stuff like employee last name, first name, hire date, active (whether they're currently employed or not), keytag, etc.
I want to give my security supervisor limited ability (through a web page in ASP) to edit some fields.
For example, he should be able to change the active status (check or uncheck) and clear the keytag fields, but not add records, delete records, or view/edit any of the other fields.
Anyone know of a simple ASP script out there so I can give him this access? I could write one, I suppose, but it would be nice to find one canned (and free) ;-)
Just my 2¢
-Cole's Law: Shredded cabbage
--Greg
Here's the scenario:
I have an SQL server with an "Employees" table.
The table includes stuff like employee last name, first name, hire date, active (whether they're currently employed or not), keytag, etc.
I want to give my security supervisor limited ability (through a web page in ASP) to edit some fields.
For example, he should be able to change the active status (check or uncheck) and clear the keytag fields, but not add records, delete records, or view/edit any of the other fields.
Anyone know of a simple ASP script out there so I can give him this access? I could write one, I suppose, but it would be nice to find one canned (and free) ;-)
Just my 2¢
-Cole's Law: Shredded cabbage
--Greg