FireDAC.Phys.SQLite.TFDSQLiteSecurity.RemovePassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemovePassword;

C++

void __fastcall RemovePassword();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteSecurity

Description

Removes the password and decrypts the database.

Use the RemovePassword to remove a password and decrypt an encrypted database. To perform this operation, the Password must be specified.

See SetPassword for additional considerations.

See Also