RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDBSession.RemoveAllPasswords Method

Removes all passwords from the session.

Pascal
procedure RemoveAllPasswords;
C++
__fastcall RemoveAllPasswords();

Use RemoveAllPasswords to delete all passwords that were previously supplied by a call to AddPassword. After a call to RemoveAllPasswords, no password-protected tables or databases can be reopened without resupplying a password using the AddPassword method. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!