NONE
Specifying CharSet=NONE requests that the connection use the database CHAR character set.
character-set
Specify the character set label that you want to use. For information about valid character set values, see Recommended character sets and collations.
If you supply a value for CharSet, the specified character set is used for the current connection.
When unloading data, you can specify the character set using the CharSet connection parameter.
To avoid lossy character set conversions, setting the CharSet connection parameter is not recommended when using Unicode client
APIs. Unicode client APIs include ADO.NET, OLE DB, and the SQL Anywhere JDBC driver. ODBC is also a Unicode client API when
the wide (Unicode) functions are used.