cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the default connection charset for SqlAnywhere 11 Windows network server?

0 Kudos

I have an application that doesn't have the connection charset defined in its JDBC connection string to SqlAnywhere 11 network server in a Windows environament.

Since I cannot change the application, is there any way to set the default client connection charset in server settings?
I found the environament variable "SACHARSET" in documentation, I tried to set

SACHARSET = UTF8

But it did not help. I also tried UTF-8, but it was the same.

Do yuo know how to set the default charset for client connection in Sybase SQL Anywhere 11 server?

Is there any way to define the default charset for client connection?

anne-petteroe
Community Manager
Community Manager
0 Kudos

Hello Tobia,

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

Feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will also help you when preparing questions for the community.

By adding a picture to your profile you encourage your readers to respond.

Kind regards,
Anne

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Advisor
Advisor
0 Kudos

What problem are you trying to solve? There should be character set translation happening if the client and server have different character sets and that the characters can be translated between the the character sets.