04 ConnectionStatus - AndrewMB2/Logic-Architect-for-Excel-VBA GitHub Wiki
ConnectionStatus property
Connection status (MySQL).
Applies to
| TableData | ArrData | RsetData | Xdata | XShared |
|---|---|---|---|---|
| ✓ |
ConnectionStatus is used to check the connection status of a database connection running over the internet, where disconnection is possible. It returns True if the connection is still live, otherwise False in which case it will be necessary to reconnect. It is recommended to check the connection status before starting any sequence of operations with a MySQL database which has been connected previously.
Currently only MySQL is supported (returns True for any other database).