Hi,
I have a app where I have a connection to a Server.
This application is making a Backup of the data in real-time.
Now the problem.
When I lose the connection to the server and the Application is busy with Backup the Resultset of the Server-connection is freeze the application.
Is there a option to fetch this as a error. This way I can handle this.
Try Catch Block is not helping the application is frozen.
I hope somebody has any idea for this.
I have a app where I have a connection to a Server.
This application is making a Backup of the data in real-time.
Now the problem.
When I lose the connection to the server and the Application is busy with Backup the Resultset of the Server-connection is freeze the application.
Is there a option to fetch this as a error. This way I can handle this.
Try Catch Block is not helping the application is frozen.
I hope somebody has any idea for this.