Should I protect this?

A

Alex

I have a few access database made with fp 2003. Should I put passwords on
them and if so will it cause problems when data is being entred and viewed?
 
T

Thomas A. Rowe

You don't need to add passwords to the database, by default the databases are protected from access
by site visitor when FP is allowed to store the database in the fpdb folder that is created by FP.
Manually creating the fpdb folder will not give you the required permissions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

Tthe database interface wizard can apply a password but I think only for edit and
delete functions, not for adding records. - it won't interfere with reading the
database and displaying results.

However if your db has sensitive data, put it in the fpbd folder and rename it to
something people won't easily guess, or if your host allows, put it outside (a
level up) from your home directory - this way the public can't browse to the
file, but you can still refer to it in scripts and so on.
 
Top