Home | Previous Page | Next Page   Appendix H. Custom Drivers > Available API Support Functions >

pl_set_informix_conversion(flag)

When this function is set to 1, it disables data conversion during the load. The data must be formatted in Informix format (as opposed to another type of format that would have to be converted before loading the data into the database).

When this function is set to 0, data conversion is enabled.

Function Information Description of Arguments
Function type: int
Input argument: int flag 1 = disable, 0 = enable
Return values: PL_RTN_OK, PL_RTN_FAIL
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]