IBX.IBDatabaseInfo.TIBDatabaseInfo.SepEncrypted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SepEncrypted : TIBSEP read GetSepEncrypted;

C++

__property Ibx::Ibdatabase::TIBSEP SepEncrypted = {read=GetSepEncrypted, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Specifies if the database's encryption has been created externally.

If the database's encryption has been created externally, the system_encrypt_password parameter must be set in order to connect to the database.

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

See Also