Spooky
Posts: 26599 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: Using a password for updates for an Access DB? - 3/10/2001 16:10:00
You have to protect the page that the update is on, Access passwords are for the access file only.To open an Access file in a web environment, you can only use the anonymous IUSR account. So, to open a database, you include the password / user in the connection string. Hence everyone can then open it! You need to be able to script a password to enter the page to do the update.
|