Guys I need some help. I have this server application done in VB which constantly processes records in and out of the database. Queries are being executed every number of seconds.
What happens is that every now and then I get a runtime error saying: [DBNETLIB]{ConnectionOpen (Connect()).]SQL Server does not exist or access denied. I have a hunch that the server is being disconnected from the network and my network administrator doesn't believe me. Is there a way for me to prove this?
I know I could trap the error so that my application doesn't get this error. But its not the issue here. The issue here is that servers should not be disconnecting from the network.


Reply With Quote
