IsValidConnectionString method
Overview
Checks if a connection string is valid.
Parameters
Name | Description | Type |
---|---|---|
qConnection | Information about the connection. | Connection |
Outputs
The following is returned in the output:
"result": {
"qReturn": <true or false>
}
True means that the connection string is correct.