Hi
Would anyone know what is the quickest way to see if your app can connect to your mysql database.
You see I have an app that connects to a mysql database and sends a lot of queries to it. The thing is sometimes there might be a loss of signal or the database might be temporarily down.
If either of these 2 things happen I can loose important information that needs to be sent to the database.
So I want to check if I can connect to both internet and the database.
Then
Send info
Or
Save info to local database or text file.
If anyone has any previous experience or knowledge of this I would appreciate your input.
Thanks very much
Would anyone know what is the quickest way to see if your app can connect to your mysql database.
You see I have an app that connects to a mysql database and sends a lot of queries to it. The thing is sometimes there might be a loss of signal or the database might be temporarily down.
If either of these 2 things happen I can loose important information that needs to be sent to the database.
So I want to check if I can connect to both internet and the database.
Then
Send info
Or
Save info to local database or text file.
If anyone has any previous experience or knowledge of this I would appreciate your input.
Thanks very much