You can set the datatype conversion of a specific datatype by issuing a set statement that contains the specific datatype configuration property and value.
For example, to set the datatype conversion of the DB2 FLOAT datatype to Open Client and Open Server CS_CHAR datatype, issue the following statement:
set FloatResults char
where:
FloatResults is the datatype conversion configuration property that maps to the DB2 FLOAT datatype
char is the property value that maps to the Open Client and Open Server datatype CS_CHAR.
Copyright © 2005. Sybase Inc. All rights reserved. |