Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

UNLOAD TABLE cannot be used to unload a view Next Page

Unsupported character set '%1' and unsupported language '%2'; language used is '%3' instead


Item

Value

Constant

SQLE_UNSUPPORTED_CHARSET_AND_LANGUAGE

ODBC 2 State

01000

ODBC 3 State

01000

Parameter 1

Name of the character set that could not be supported.

Parameter 2

Name of the language that could not be supported.

Parameter 3

Name of the language that the server will use to send language strings.

Severity

10

SQLCODE

117

SQLSTATE

01W15

Sybase error code

13616

Probable cause

The character set that the application requested is not supported by the server to which the application is connecting. The language that the application requested is not supported either. Language strings will be sent in the language specified.