here is what you should use:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/YOURUSERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
replace YOURUSERNAME with your brinkster username.
The snitz_forums_2000.mdb file must reside in the db directory.