OleDB errors since yesterday

I have already filed a ticket on this. I am seeing sudden and occasional OleDb errors since yesterday on my access databases in my asp.net scripts. I am seeing oledb errors in the stuff that has been working for years without problem. I have put stack trace of these errors in the ticket.

I think more clues on the problem can be found by looking at the system event log. Please help.
 
Here it is:

10/11/2007 10:41:33 AM: Error: System.Data.OleDb.OleDbException: Unspecified error
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
at ASP.log_aspx.callLog()
at ASP.log_aspx.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
URL: ...
 
Back
Top