|
-
Apr 30th, 2001, 09:58 AM
#1
Thread Starter
Lively Member
Connecting to Access 2000 with ASP.
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|