CHAPTER 10 Database Error Messages
913
Unsupported language; language used is ’%1’ instead
Item Value
SQLCODE 116
Constant SQLE_UNSUPPORTED_LANGUAGE
SQLSTATE 01W14
Sybase error code 13615
ODBC 2 State OK
ODBC 3 State OK
Parameter 1 Name of the language that the server will use to send
language strings.
The language that the application requested is not supported by the server to
which the application is connecting. Language strings will be sent in the
language specified.
Unterminated C string
Item Value
SQLCODE -634
Constant SQLE_UNTERMINATED_C_STR
SQLSTATE 22024
Sybase error code 13682
ODBC 2 State 22024
ODBC 3 State 22024
The least significant character of a C string host variable must contain the
null character.
Probable cause
Probable cause