Closes the recordset.
odbc_recordsetClose ( recPtr As User, _
Optional delete? As Boolean = False, _
Optional ignoreErrors? As Boolean = False ) As Boolean
| Argument | Type | Description |
|---|---|---|
| recPtr | user | Recordset pointer that was obtained through odbc_recordsetOpen() call |
| delete? | boolean | Optional; if False (the default), the memory allocated for this recordset, will be reused by another recordset. |
| ignoreErrors? | boolean | Optional; if the argument is True , then database errors are not reported as Intent exceptions; default is False . |