Datatype Conversion Properties

Controls how an access service converts target database datatypes to Open Client™ and Open Server datatypes before sending the data to the client application.

The subsection heading and a list of the properties must appear in the access service library configuration file as:
{Datatype Conversion}
BinaryResults=
DateResults=
DateTimeResults=
DecimalResults=
FloatResults=
Int2Results=
Int4results=
RealResults=
TimeResults=
TinyIntResults=
XNLChar=
XNLVarChar=

To provide portability across the DBMS, the names of the configuration properties refer to generic datatypes. The description includes specific target database datatypes to which these generic datatypes correspond.

Note: Datatype conversion properties control conversion of outgoing data from the DBMS. These properties do not control conversion of incoming data from client applications.