FireDAC.Phys.SQLite.TFDSQLiteSecurity.ChangePassword
Delphi
procedure ChangePassword;
C++
void __fastcall ChangePassword();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Phys.SQLite.pas FireDAC.Phys.SQLite.hpp |
FireDAC.Phys.SQLite | TFDSQLiteSecurity |
Description
Changes the password for an encrypted database.
Use the ChangePassword method to change a password for an encrypted database from Password to ToPassword. To perform the operation, both properties must be specified.
See SetPassword for additional considerations.