on 2010 Nov 10 2:37 PM
How to get English error messages from a localized Sybase version?
ODBC returns for a german Sybase the following message:
ERROR [08001] [Sybase][ODBC Driver][SQL Anywhere]Datenbankserver nicht gefunden
Is it possible through any configuration, that instead the following is returned?
ERROR [08001] [Sybase][ODBC Driver][SQL Anywhere]Database server not found
Request clarification before answering.
I guess
DBLANG EN
will do the trick. It will set the server's (and eventually the administration tools's) language to English. Newer versions have further options (e.g. settings for current user vs. local machine).
If you just need a client to use a different language, I guess then the LANG connection parameter will do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AFAIK part of the ODBC messages might be in the language of the operation system (Windows). You may set the language for SQL Anywhere with something like "%SQLANY11%\\Bin32\\DbLang EN". But that won't change ODBC messages that don't come from the driver, methinks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
20 | |
9 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.