I have seen a few threads mentioning this problem, but none of them have offered a solution that works for me. I have an application that creates an OleDbConnection to a Microsoft Access 2003 database. When the application is done with the connection, I call the Close() method
I'm developing an application using informix DBMS and .Net. I came across following problem, when I form a query with too many clauses in WHERE part and try to execute it with Fill command I get an exception "Connection is dead". Removing one of the clauses creates no problem at all ...
Hello, I am trying to merge into a dataset and It fails with the following exception. I would like to know what table is causing this problem. It looks like one of the data columns names is the source of the problem. I thought I could catch the merge failed exception but it ...