TAdsTable.EncryptionPassword

TAdsTable

Advantage TDataSet Descendant

Specifies an encryption password to use on encrypted free tables.

Syntax

property EncryptionPassword: string;

Description

Use EncryptionPassword to specify the encryption password to use on encrypted free tables. The decryption process is done automatically with database tables, and EncryptionPassword is ignored.

Note Storing hard-coded password entries as property values or in code can compromise security.

See Also

AdsStmtSetTablePassword

AdsStmtEnableEncryption