Hi,
I am developing a win .net application which runs continuously in server machine. Application will get connected with access(mdb) databases resided in several client machines using Jet 4.0 OLEDB provider.
Each connected database was already in use by some other application installed locally.
My app successfully communicates with all the databases when client machines are constantly alive.
But if one of my client machine goes down(say system or network) and rebooted, application cannot reconnect to that specific database, though it is accessible via network.
Even i tried to restart my application programmatically to re-establish the connection. But, It also fails.
Application just throws
"Disk or Network error"
or
"Unspecified Error"
or
"Cannot start your application. The workgroup information file is missing or opened exclusively by another user."
Anyone?