I am using Classic ASP on Windows Vista Home Premium and trying to access a db in Access 2003. I can't get past an unspecified error for this line...I used it tons of times in other operating systems. What's wrong? The database and all asp pages are located in a folder I created on my own with no special tricks, just right-click--> New Folder.
My open connection code: adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\Calendar.mdb"
Microsoft JET Database Engine error '80004005'
Unspecified error
/Index.asp, line 23