| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| sqlQuery | String | The SQL Select Query. | ||
| returnValue | Long | ByRef | The Return Value. | |
| defaultValue | Long | Optional | The Default Value to return if no records were found. If omitted, a value of 0 is assumed. | |
| autoEscape | Boolean | Optional | Indicates whether '[' and ']' characters appearing in the sqlQuery should be replaced with the correct Escape characters for this Database Provider. If omitted, a value of False is assumed. |
A Boolean value indicating success.