ParamValueLinks property |
Applies to
TIB_Statement
Declaration
Property ParamValueLinks : TIB_StringList;
Description
If parameters are used in the SQL statement then the string values that
need to be assigned to these input parameters can be added into this string
list as entries. Before the dataset is opened these values are bound to the
corresponding parameters and converted as necessary.
After a statement has been Prepared it is best to change parameter values by
directly changing the TIB_Column instances using the Params[] property or the
ParamByName() method.