Help required regarding the Network down/Database down issue in VB6
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Dear All, I am using server/Client application which will communicate through winsock Control. Coding for all the database transactions done in the server application. Only the data is passed to Client. For each transaction client will request the Server to do the transaction. Here my problem is between the transaction if Database is down/Network is down I am getting "End of communication channel/Oracle not available/TNS-packet failure" errors. I am using ADO connectivity for database transactions. I tried by checking the socket.state, On Error goto. But nothing seems to be helpful. Any suggetions/Solutions are welcome Thanks in advance Regards N.Surendran