M
Mathew Vording
Hi.
I have an application that after using it for a while,
continually forcing it to hit the database it will fail on
connection open with the OLEDB "Unspecified Error" message.
[OleDbException (0x80004005): Unspecified error]
System.Data.OleDb.OleDbConnection.ProcessResults(Int32
hr) +20
System.Data.OleDb.OleDbConnection.InitializeProvider() +57
System.Data.OleDb.OleDbConnection.Open() +203
I explicitly close all connections to the database when the
page has finished executing.
Has anyone come across this?
How do I handle this?
Thanks.
I have an application that after using it for a while,
continually forcing it to hit the database it will fail on
connection open with the OLEDB "Unspecified Error" message.
[OleDbException (0x80004005): Unspecified error]
System.Data.OleDb.OleDbConnection.ProcessResults(Int32
hr) +20
System.Data.OleDb.OleDbConnection.InitializeProvider() +57
System.Data.OleDb.OleDbConnection.Open() +203
I explicitly close all connections to the database when the
page has finished executing.
Has anyone come across this?
How do I handle this?
Thanks.