I have a WiFi icon in my Selected Records/Total Records box.
I have a procedure that contains
If Info("ServerConnection") = 0
Message "This db is NOT connected to the server!"
Else
Message "This db is connected to a server."
EndIf
That procedure returns “The db is connected to a server.”
If I try to add a record, I get an error message stating “ERROR: Couldn not connect to server name Automation 21”
I check the server and yep, the server has stopped again.
Is there a better way to become aware that the server has quit?