|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: MS ACCESS 2000 driver question |
From: |
gunther |
Date: |
11/18/2000 10:22:33 AM |
IP: |
212.190.4.123 |
This works for me and i use Access 2000
Set MyConn = Server.CreateObject("ADODB.Connection")
conString = "DBQ=" & Server.MapPath("name.mdb")
Myconn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & conString |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|