|
-
Dec 8th, 2000, 12:48 AM
#1
Thread Starter
New Member
good day,
i have database.mdb access file and want to use connectionless to connect the dababase.please help.
Below is the code i try but i can't get it worked
<%
Dim objDB
Dim DBName
DBName = "driver={Microsoft Access Driver (*.mdb)};DBQ=" & server.MapPath("../db/database.mdb")
Set objDB = Server.CreateObject("ADODB.Connection")
objDB.Open DBName
%>
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
|