Specify charset using AseConnection
Connection string
This ASE ADO.NET Data Provider connection string can be used for connections to Sybase Adaptive.
Many times when connecting to Sybase ASE the charset needs to be provided in the connection string. This is done by adding charset=[charset value].
Data Source=myASEserver;Port=5000;Database=myDataBase;Uid=myUsername;
Pwd=myPassword;Charset=iso_1;
Complete list of character set codes here →