Function AX_TableType() Professional
Determine whether the current database file is encrypted.
AX_TableType() --> nType
The return value corresponds to one of the following #define constants:
Return | Description |
---|---|
ADS_NO_TABLE | No open database file |
ADS_STANDARD_TABLE | Standard database file |
ADS_ENCRYPTED_TABLE | Encrypted database file |
The function detects if the current database file is encrypted.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.