MvUNDELETE#
Marks for deletion the current record in the database that has alias db_alias. Records marked for deletion accumulate until they are actually deleted from the database with .
Syntax
<MvUNDELETE NAME = "string: { expression } | literal"
VIEW = "string: { expression } | literal">
Attributes#
Attribute | Description |
---|---|
NAME |
Database alias. When a database is opened with <MvOPEN> , it is referenced in all other database commands by the alias. |
VIEW |
Optional odbc_view. Support for ODBC has been dropped so this attribute can be omitted. |
Example#
<MvDELETE NAME="db_alias">
<MvUNDELETE NAME="db_alias">
<MvUNDELETE>
removes a mark set with <MvDELETE>
from the current record in the database. Undeleted records will NOT be physically deleted by <MvPACK>
.