Collection Contents Index UNLOAD TABLE cannot be used to unload a view Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

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.


Collection Contents Index UNLOAD TABLE cannot be used to unload a view Next PDF