Show/Hide Toolbars

XSharp

NoteThis command is defined in a header file and will be preprocessed by the X# preprocessor to a function call. If you disable the standard header (-nostddefs) files then this command will not be available. If you tell the compiler to use a different standard header file (-stddef ) then this command may also be not available

Purpose

Permanently remove all records from database file in the current work area.

Syntax

ZAP  [[IN|ALIAS] <workarea>]

Arguments

 

IN|ALIAS <workarea>Specifies the work area for which the operation must be performed

Description

ZAP is functionally equivalent to DBZap().  

Assembly

XSharp.RT.DLL

See Also

DBZap(), DELETE, PACK, USE