Datatype Conversion properties

These properties control 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 shown:

{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.

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