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
...
0
votes
1answer
244 views
No data exists for the row/column
While executing the following code in ASP.NET with C#, I am getting an exception like "No data exists for the row/column."
OdbcConnection DbConnection = new ...