CHAPTER 10 Database Error Messages
871
Not all of the rows in a multi-rows SQLDA have been defined identically for
an array operation (insert, fetch, or execute). A given column must be
defined the same (type and length) in each row.
Sqlpp/dblib version mismatch
Item Value
SQLCODE -230
Constant SQLE_PP_DBLIB_MISMATCH
SQLSTATE 08W18
Sybase error code 13657
ODBC 2 State 08001
ODBC 3 State 08001
Your executable has source files with Embedded SQL that were
preprocessed with a preprocessor that does not match the database interface
library.
Standard logons are not permitted
Item Value
SQLCODE -206
Constant SQLE_INVALID_INTEGRATED_LOGON
SQLSTATE 28W03
Sybase error code 13690
ODBC 2 State 28000
ODBC 3 State 28000
The LOGIN_MODE database option is set to integrated login type, and you
attempted a standard logon. Change the option setting or use an integrated
login.
Probable cause
Probable cause
Probable cause