Ole errors... could be the way you use it...

If you get errors such as the following:

System.Data.OleDb.OleDbException: Cannot generate SSPI context


DB_E_NOLOCALE

IErrorInfo.GetDescription failed with DB_E_NOLOCALE(0x80040E41).


- it could be an installation problem with SQL Server 2005.
However, it could also be you are creating too many connections too quickly.

A note I wrote earlier but looking at it again it looks wrong: Unlike the SQL driver, the .NET Ole driver does not have an implicit pool, so you may be asking SQL Server to do too much connecting ...

Comments