JDBC Type 4 Driver 3.0 Programmer's Reference (SQL/MX 3.x)
For more information, see Internationalization (I18N) Support.
KSC5601 Property
The KSC5601 character-set mapping property corresponds to the SQL/MX KSC5601 character set,
which is a double-byte character set.
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object. For information about how to set properties, see How to Specify JDBC Type
4 Properties.
Data type: String
Default: ECU_KR (which is KS C 5601, ECU encoding, Korean)
The value can be any valid Java Canonical Name as listed in the "Canonical Name for java.io and
java.lang API" column of the Oracle documentation, Supported Encodings
(http://download.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html).
For example:
java –Dt4sqlmx.KSC5601=ECU_KR
For more information, see Internationalization (I18N) Support.
language Property
The language property sets the language used for the error messages. For more information about using
this property, see Localizing Error and Status Messages.
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object. For information about how to set properties, see How to Specify JDBC Type
4 Properties.
Data type: String
Default: none
The value can be any valid Java Canonical Name as listed in the "Canonical Name for java.io and
java.lang API" column of the Oracle documentation, Supported Encodings
(http://download.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html).
For example, to set the language to shift-JIS, Japanese:
language=SJIS










