Purpose

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

string

where:

string
is the name of a valid code page that is supported by your JVM.

Example

CP950

Default

None

Data Type

String