ParamChar property

Applies to
TIB_Statement

Declaration
Property ParamChar : char;

Description
Character to be used as an alternate charater to denote an input parameter in the SQL property.

By default this is a colon ":" but caution shoud be used since some triggers and stored procedures use a colon to denote internal parameters. It will cause problems if they are parsed as input parameters.