|
-
Sep 19th, 2000, 05:21 PM
#1
Thread Starter
Member
If I try this
------------------------
Set con = CreateObject("ADODB.Connection")
con.Open = "PROVIDER='MICROSOFT.JET.OLEDB.4.0';User ID=;Password=; Data Source=c:\employees.mdb;"
----------------------------
I get this:
-------------------
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'con.Open'
-----------------------------------
HELP!!!!!!!!!!!!!!
-
Sep 19th, 2000, 05:37 PM
#2
"PROVIDER='MICROSOFT.JET.OLEDB.4.0';
do you really have a single quote after that 0?
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
|