views:

26

answers:

1

Hello,

I have to create a .NET project to monitor some oledb connections, I explain:

my client have lots of big winform(c#) projects that use some class (witch contain oledb variable) and these projects crashes when a disconnection (due to network or database,...) occur , to avoid this problem, I can't resolve all these projects (too many code to change plus too many users using these applications it will take a lot of time) , the solution we choose is in each project (we want to correct) in the main function we call a extern project to supervise network, database,... when a change occur (event) there will be a notify function that will fix any problem (e.g. : reset oledb connection).

I wrote this project, my problem is OleDbConnection.StateChange and OleDbConnection.InfoMessage don't notify disconnections (it notify just .open and .close events not the network disconnections), if someone knows another issues?

Thanks in advance,

A: 

no answer!!!!!!

bidak