IBX.IBServices.TIBConfigService.EncryptDatabase
Delphi
procedure EncryptDatabase(encryptionKey : string = '');
C++
void __fastcall EncryptDatabase(System::UnicodeString encryptionKey = System::UnicodeString());
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | TIBConfigService |
Description
Encrypts all the database pages.
encryptionKey is an optional parameter that specifies the encryption key.
EncryptDatabase can be called only by the database owner.
For full information about InterBase encryption, see the InterBase Data Definition Guide.