RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.Params Property

Specifies the database parameters to pass to the InterBase server.

Pascal
property Params: TStrings;
C++
__property TStrings Params;

Use Params to specify the database parameters to pass to the InterBase server. 

Database parameters are passed to the server as text in order to establish the connection. For example:

user_name=sysdba
    password=masterkey
    sql_role_name=finance
    lc_ctype=WIN1252

For more information on character sets, refer to 'Character Sets and Collation Orders' in the InterBase Language Reference. 

For other information, refer to the InterBase API Guide. 

 

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