|
RAD Studio VCL Reference
|
Specifies the database parameters to pass to the InterBase server.
property Params: TStrings;
__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=WIN1252For 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!
|