IBX.IBServices.TIBConfigService.SetSystemEncryption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSystemEncryption(Password : String; External : Boolean);

C++

void __fastcall SetSystemEncryption(System::UnicodeString Password, bool External);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Sets the database system encryption password.

Password represents the database system encryption password.

External specifies whether the system_encrypt_password parameter must be set when connecting.

Note: Only the special user SYSDSO may use this procedure. The one exception to this rule is described in the InterBase Data Definition Guide, page 13-3.

Note: If Password is an empty string, the encryption is dropped.

For full information about InterBase encryption, see the InterBase Data Definition Guide.

See Also