database password web page none

D

DBru

I haven't had much time to play around with this but...
is there an easy way to password protect a database but have a web page that
feeds to a table unpassword protected?
we use a web page to have associates log their overtime but we don't want
them to have to enter a password. we would like to password protect the
actual database so they can't view eachothers time.
 
C

Chris O'C via AccessMonster.com

Sorry, your plan won't work. If *somebody* has a processs that can access
the file, table, etc, without a password, *anybody* can use that same process.


The users have to supply a user name and password somewhere along the way to
get access to *their* data and not others' data if you want to protect an
individual's data.

Chris
 
C

Chris O'C via AccessMonster.com

If you need real security, don't use an Access db. Store the data in SQL
Server. SQL Server Express is free and holds 4GB of data.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top