APPEND FROM
Appends records from a source table into the current workarea
APPEND FROM <cSourceTableName> [FOR <cForCondition>] [VIA <cDBE>]
AX_Decrypt()
Decryption of a previously encrypted string.
AX_Decrypt( <cString> [, <cPassword>] ) --> cDecrypted
AX_RightsCheck()
Query or set the security method used to open or create files.
AX_RightsCheck( [<lNewSetting>] ) --> lOldSetting
AX_SetPass()
Sets the password used for encryption/decryption operations.
AX_SetPass( <cPassword> ) --> lSuccess
COPY TO
Copies a table to another target table on ADS server.
COPY TO <cFilename> [FOR <cForCondition>] [VIA <cDBE>]
SET PASSWORD TO
Sets the password used for data encryption/decryption.
SET PASSWORD TO [<cPassWord>]
SET RIGHTS CHECKING
Set the security method used to open or create files.
SET RIGHTS CHECKING ON|OFF