PICXBINDING={DEFAULT | FIXED | VARIABLE}
SQL Server Connections: Do not trim trailing spaces.
DBCS locales and other database connections: Trim trailing spaces.
Bind as SQL_CHAR.
Bind as SQL_VARCHAR.
Default: | DEFAULT |
If ALLOWNULLCHAR is also specified, trailing spaces are not trimmed as described in the Parameters section above.
Used at compile time: | No |
Behavior at run time: | Source file |
See Scope - OpenESQL SQL Compiler Directive Options for more information.
With SQL Server, you should only need to use this directive when using PIC X(n) host variables with the LIKE expression.