Hi, on the login page of my web application a method CustomAuthenticate() is called for authenticating the current user. From time to time I get the following error message: System.Data.OleDb.OleDbException: Unspecified error at Sys-tem.Data.OleDb.OleDbConnection.ProcessResults(Int32
hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at www.Login.CustomAuthenticate(String sUserName, String sPass-word) in c:\inetpub\wwwroot\ampelkontopro\www\login.aspx.cs:line 320 This error only occurs
in consequence of another error (crashing IE). Is it possible that there is still an open connection to the Access database when CustomAuthenticate() tries to open a new one? 'Cause when I 'manually' open and close the database (via the MS Access application)
the error doesn't recur... Thanx, PontiMax
PontiMax
Member
415 Points
83 Posts
Unspecified error (open connection??)
Dec 09, 2003 10:23 AM|LINK