PICXBINDING={DEFAULT | FIXED | VARIABLE} 
               	 Depending on the setting of ADOPICXISANSI:
Bind as SQL_CHAR.
Bind as DbType.StringFixedLength or DbType.AnsiStringFixedLength, depending on the setting of ADOPICXISANSI.
Bind as SQL_VARCHAR.
Bind as DbType.String.Length or DbType.AnsiString.Length, depending on the setting of ADOPICXISANSI.
| 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.