RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.DBParamByDPB Property

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

Pascal
property DBParamByDPB [const Idx: Integer]: String;
C++
__property AnsiString DBParamByDPB[int const Idx];

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!