Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Returns the database server connection status for a particular connection object.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SQL | 2.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Connection | The connection reference number gained with SQL.NewConnection. | $Connection |
Returns 1 if the database server is active and accessible; otherwise 0.
Check alive status:
Set Variable [$r; Value:MBS( "SQL.isAlive"; $Connection )]
This function is free to use.
Created 18th August 2014, last changed 17th May 2016