|
Where Am I? snitz_forums_2000.mdb is used as an example database name. Physical Path to Database: d:\hosting\pibass\Forum\snitz_forums_2000.mdb Example strConnString: This one will work with either Access97, Access2000 or Access2002: strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\hosting\pibass\Forum\snitz_forums_2000.mdb" '## MS Access 2000 Use the following only if you can't get the first one to work strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=d:\hosting\pibass\Forum\snitz_forums_2000.mdb" '## MS Access 97 |