Specifies the code page to be used by the driver to convert Character and Clob data. The specified code page overrides the default database code page or column collation. All Character and Clob data that is returned from or written to the database is converted using the specified code page.
By default, the driver automatically determines which code page to use to convert Character data. Use this property only if you need to change the driver’s default behavior.
Valid Values
UTF8
Behavior
If set to UTF8, the UTF-8 code page overrides the default database code page or column collation.