For people who are hosting with Brinkster use the following in your Config.asp file:
Line 50:
strDBType = "access"
Add the following on line 56:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\Your_User_Name\db\snitz_forums_2000.mdb") & ";" & _
"Persist Security Info=False"
rstuven,
Please verify my code.
Thanks,
Mo
Edited by - mafifi on 28 May 2001 14:52:50