How to add your knowledge
odbc_recordsetCancelUpdate()
Table of contents
- 1. Synopsis
- 2. Syntax
Synopsis
Cancels any pending updates, caused by an odbc_recordsetEdit() or odbc_recordsetAddNew() operation, before odbc_recordsetUpdate() is called.
Syntax
odbc_recordsetCancelUpdate ( recPtr As User, _
Optional ignoreErrors? As Boolean = False ) As Boolean | Argument | Type | Description |
|---|
| recPtr | user | Recordset pointer that was obtained through odbc_recordsetOpen() call |
| ignoreErrors? | boolean | Optional; if the argument is True, then database errors are not reported as Intent exceptions; default is False. |
Comments