IBX.IBServices.TIBConfigService.EncryptDatabase

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also