IBX.IBDatabase.TIBDatabase.DBParamByDPB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DBParamByDPB[const Idx: Integer]: String read GetDBParamByDPB  write SetDBParamByDPB;

C++

__property System::UnicodeString DBParamByDPB[const int Idx] = {read=GetDBParamByDPB, write=SetDBParamByDPB};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Specifies the name of the database to associate with this database component.

Use DBParamByDPB to inspect and set DPB parameters without looking at the Params string list.

For example,


DBParamByDPB[isc_dpb_user_name]


can be used to set and inspect the user name.