correct security for database

reptar

New member
Joined
Mar 15, 2009
Messages
1
Programming Experience
Beginner
Hi, i have a website which extracts information from an access database table and prints out onto various website pages:

e.g. heading field
product_date field
etc

I would also like to have a single aspx page whcih allows me to access that same database table to delete records when product_date expires.

My question is, how do i go about constructing my security so that normal website browsers can freely read the information from the table, but a staff member must provide a login which grants her the privilage to delete a record. They will not be bound by any one computer.
 
Back
Top