Tagged Questions
1
vote
2answers
1k views
OleDbConnection.Open() throws a “No error message available” error before even contacting the SQL Server
Using a connection string of
"Provider=SQLOLEDB;Data Source=localhost;User ID=foo;password=bar;Database=CodeLists;Pooling=true;Min Pool Size=20;Max Pool Size=30;"
I get the following stack trace
...