| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| sqlQuery | String | The SQL SELECT query. | ||
| dataReader | IDataReader | ByRef | The DataReader object to create. | |
| rowCount | Integer | Optional | ByRef | The number of rows retrieved. If omitted, a value of 0 is assumed. |
| timeoutSeconds | Integer | Optional | The number of seconds after which a database connection timeout will occur or -1 to use the default timeout. If omitted, a value of -1 is assumed. |
A Boolean value indicating success.