Hi everyone,
I have an application that's connected to a MySQL database via Native Access.
Whenever there's a loss of connection to that DB, and everytime the application tries to run a query, the app freezes.
More often than not, the classic "app.exe has stopped working" window appears when I, pretending to be a customer, click several times on the hanging screen.
What i want to do is to prevent that, dodging the freezing app issue, while showing the customer a message like "Can't connect to the database. Try again later".
Do you know how i can achieve that?
TIA
p.s.: I have no sufficient rights to modify the DB properties.
I have an application that's connected to a MySQL database via Native Access.
Whenever there's a loss of connection to that DB, and everytime the application tries to run a query, the app freezes.
More often than not, the classic "app.exe has stopped working" window appears when I, pretending to be a customer, click several times on the hanging screen.
What i want to do is to prevent that, dodging the freezing app issue, while showing the customer a message like "Can't connect to the database. Try again later".
Do you know how i can achieve that?
TIA
p.s.: I have no sufficient rights to modify the DB properties.