I use this code to connect to Access 97 but when I update the DB to 2000 it won't work.
dim Database, Query
set Database = server.createobject("ADODB.Connection")
Database.ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)};" & "DBQ=" & Server.MapPath("Database\Knowledgebase.mdb")
Database.Open
Can someone give me the command to connect to 2000.
Thanks
Brandon
