Charset
Type
Constant String
Since
2.0.3
Description
This property defines the message-char set of the database. This char set will be used for decoding messages and exception retrieved from the database.
In general, there is no need to change this property. But there are some database-systems (e.g. SAS on a mainframe system) sending their messages in a different char set than excepted. In this case you can use this property to translate the messages into a readable format.
Examples
Charset = "ISO-8859-1"
