mssql
bool
MSSQLClient
bool
- - The status of the connection.error
- The error encountered during connection.Param | Type | Description |
---|---|---|
host | string | The host of the MS SQL database. |
port | int | The port of the MS SQL database. |
username | string | The username to connect to the MS SQL database. |
password | string | The password to connect to the MS SQL database. |
bool
MSSQLClient
bool
- - The status of the connection.error
- The error encountered during connection.Param | Type | Description |
---|---|---|
host | string | The host of the MS SQL database. |
port | int | The port of the MS SQL database. |
username | string | The username to connect to the MS SQL database. |
password | string | The password to connect to the MS SQL database. |
dbName | string | The name of the database to connect to. |
bool
MSSQLClient
bool
- - The status of the check.error
- The error encountered during the check.Param | Type | Description |
---|---|---|
host | string | The host to check. |
port | int | The port to check. |