If you have admin access to the server, use DSN. Copy the DB to the server in a secure directory. Then, on Win2000/XP, go to Contol Panel>>Admin Tools>>Data Sources and declare the type of data source, location, etc. You can then issue your commands very easily from the ASP. If you want to secure the database even more, there are options, I believe when you set up the DSN. This works great unless your host requires hard coded paths, but the commands are the same,
AFAIK. I have a site running on a host where the domain root contains a 'db' and 'www' directory. A drive path maps to the db directory where the *.mdb files are kept. The nice thing about that is that it is not a public folder. But if I have my choice, I find DSN easier to deal with.