Adds a new record to the ODBC Recordset.
To complete the operation, you must call the odbc_recordsetUpdate() function.
odbc_recordsetAddNew ( recPtr As User, _ Optional ignoreErrors? As Boolean = As 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 . |