Ok, so i know similar problems have been posted many times before but none of the posted solution suggestions seem to work for me.
I have a asp web page connected to a access 2002 db. I connect using DSN-less connection:
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("db\mydb.mdb"
This worked as it should until yesterday when i all of a sudden got that non-enriching error message:
Microsoft JET Database Engine (0x80004005)
Unspecified error
/mypage_Local/dbconnection.asp, line 2
Line 2 points to my db connection above.
I have made sure that the IUSR account have permission to do anything on the folder containing the db and i have installed the latest mdac but the error remains. I can't remember what i might have done to cause this error. I made no changes to the db connection.
Any ideas?
/H
I have a asp web page connected to a access 2002 db. I connect using DSN-less connection:
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("db\mydb.mdb"
This worked as it should until yesterday when i all of a sudden got that non-enriching error message:
Microsoft JET Database Engine (0x80004005)
Unspecified error
/mypage_Local/dbconnection.asp, line 2
Line 2 points to my db connection above.
I have made sure that the IUSR account have permission to do anything on the folder containing the db and i have installed the latest mdac but the error remains. I can't remember what i might have done to cause this error. I made no changes to the db connection.
Any ideas?
/H