Bde.DBTables.TSession.RemoveAllPasswords

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveAllPasswords;

C++

void __fastcall RemoveAllPasswords();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

Description

Deletes all passwords previously added to the current session for accessing encrypted Paradox tables.

Call RemoveAllPasswords to delete all current Paradox table passwords associated with the current session. Subsequent attempts to access encrypted Paradox tables fail unless an application first calls AddPassword to reestablish a password.

Note: Ordinarily an application should call RemoveAllPasswords to remove all session-specific passwords it creates from the Borland Database Engine (BDE) persistent store before terminating.

See Also