PDA

Click to See Complete Forum and Search --> : Direct Connect


spg1
Sep 19th, 2000, 05:21 PM
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
"PROVIDER='MICROSOFT.JET.OLEDB.4.0';

do you really have a single quote after that 0?