Purpose
Append a blank record to the recordset; this blank record becomes the current position and is ready for assignment of data values.
When the underlying recordset has default values for certain columns, those values are assigned to the columns in the server as well.
Note | The new record is only written to disk when you move of the newly appended record by calling a record movement method or when you call the DaoServer:Commit() method. When you call the DaoServer:Cancel() method, the new record is discarded. |
Returns
TRUE if the operation was successful; FALSE if not.
Description
Sends a NotifyIntentToMove message before the operation. Sends a NotifyAppend message, if successful.
Class
See Also