Hai all,
im a new comer to this community.
I searched in lots of message bulletins and forums to find a solution for my problem.tried all those,but could not arrive at a solution.got frustrated.
All usually working before well, but accidentally crashed by undetermined
reason:
Databases connections MS Access 2000
databases stop working under all web sites on web server.
Affect only IIS applications.
if trying to open MS Access 2000 databases:
Microsoft JET Database Engine error '80004005'
Unspecified error
In connection string, while try to work with MS Access db:
Set XXX = Server.CreateObject ("ADODB.Connection")
XXX.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=XXXXX"
XXX.CursorLocation = 3 // could be vary
XXX.CommandTimeout = 60
XXX.Open <-- ERROR HERE
help me please
Thanks
Ramya