Hai all,
Im a new comer to this community.I searched lots of bulletins n forums and tried all those steps,but could not find a solution to my problem.
All usually working before well, but accidentally crashed by undetermined
reason:
Databases connections databases stop working under all web sites on web server.
I've given all permissions.
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
This is a very urgent issue for me to proceed in my project.
Help me please.
thanks
Ramya