default-code |
BITS | specifies that the target relational database uses the FOR BITS DATA SQL |
SBCS | specifies that the target relational database uses the FOR SBCS DATA SQL |
DBCS | specifies that the target relational database uses the FOR MIXED DATA SQL |
SYSDEFAULT | (recommended) specifies that the target relational database uses the system default character subtype. |
Default: | SYSDEFAULT |
Comments:
This directive only has meaning when program has been statically bound.