|
-
Jan 31st, 2001, 09:40 AM
#1
Thread Starter
New Member
When I try connectin to a database using the following code:
where = (server.mappath("..\data\data.mdb"))
dsn = "driver={Microsoft Access Driver (*.mdb)};dbq="&where&"; pwd="
Set Recordset = Server.CreateObject("ADODB.Recordset")
Connection.Open DSN
It brings back the following error message:
Microsoft VBScript runtime error '800a01a8'
Object required: ''
Help me please!!!
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
|