For the « Allow Active Content to run n file on MyComputer », it is quite
possible that this option is installed with the SP2 for WinXP. I'm not
sure, as all of my installations are now with SP2 and it would take me some
time to make a full re-installation of a WinXP-SP1 to make sure.
Now, for your specific problem, it's another thing. From your first post,
the sentence « ... I get all sorts of security type messages» make me
believe that you were trying accessing the web site from a LAN (or Intranet)
or a VPN and that you did have a direct access to your back-end database but
that you were confronted with a security problem.
However, with the precision that you have added in your last message, it's
now another story about your real situation: when you are using an Access
MDB file used as the backend, you cannot get access to it over the Internet
(WAN) without using an intermediate transport layer, such as a VPN or RDS.
If you want to access your database over the Internet by opening a DAP page,
then you must either install RDS or use something else as the backend, such
as MSDE (free from Microsoft) or SQL-Server.
The OLEDB provider for MSDE/SQL-Server can work over the Internet, the
JET-OLEDB provider cannot.
The RDS is the OLEDB remote provider and it must be set up correctly on the
web server before working properly. It is not installed by default and its
use has been deprecated by Microsoft many years ago for security concerns.
If you are still wanting to use the RDS layer on your web server for
accessing your MDB file over the internet, then you will find the
appropriate information there:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc2k2/html/deploydap.asp
Don't forget to notice the old publication date for this article.
S. L.