Group Advantage Database Server
APPEND FROM
Appends records from a source table into the current workarea
APPEND FROM <cSourceTableName> [FOR <cForCondition>] [VIA <cDBE>]
AX_AXSLocking()
Query or set the ADS locking scheme.
AX_AXSLocking( [<lScheme>] ) --> lLockMode
AX_DBFDecrypt()
Decryption of a previously encrypted table.
AX_DBFDecrypt() --> lSuccess
AX_DBFEncrypt()
Encryption of a table.
AX_DBFEncrypt() --> lSuccess
AX_Decrypt()
Decryption of a previously encrypted string.
AX_Decrypt( <cString> [, <cPassword>] ) --> cDecrypted
AX_Encrypt()
Encryption of a string.
AX_Encrypt( <cString> [, <cPassword>] ) --> cDecrypted
AX_IDType()
Determine if the current record is encrypted.
AX_IDType() --> nType
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
AX_TableType()
Determine whether the current database file is encrypted.
AX_TableType() --> nType
COPY TO
Copies a table to another target table on ADS server.
COPY TO <cFilename> [FOR <cForCondition>] [VIA <cDBE>]
SET AXS LOCKING
Set the ADS locking scheme.
SET AXS LOCKING on|OFF
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