Description |
Calls the AddNew() method of the wrapped ADODB.Recordset object. After you call the AddNew method, the new record becomes the current record and remains current after you call the Update method.
After you call the AddNew method, the new record becomes the current record and remains current after you call the Update method. If the Recordset object does not support bookmarks, you may not be able to access the new record once you move to another record. Depending on your cursor type, you may need to call the Requery method to make the new record accessible.
If you call AddNew while editing the current record or while adding a new record, ADO calls the Update method to save any changes and then creates the new record.
Not supported in ADOxtraLite version.
|