|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: error message?! |
From: |
Kevin |
Date: |
2/22/2001 11:05:36 AM |
IP: |
198.166.214.4 |
Hi Grant,
I'm not sure if you created a ADODB connection object. Try this... it usually works for me this way.
MyDB = "C:\Inetpub\wwwroot\BegASP\Contact.mdb"
Set Conn = Server.CreateObject("ADODB.Connection")
ConStr = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & MyDB & ";"
Conn.open(ConStr) |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|