Alphabetic list of error messages
740
Cannot map a login ID to the sys or public user ID
Item Value
SQLCODE -248
Constant SQLE_INTEGRATED_LOGON_SYSMAP
SQLSTATE 28W07
Sybase error code 13696
ODBC 2 State 28000
ODBC 3 State 28000
You attempted to map a login ID to either sys or public
Cannot modify column ’%1’ in table ’%2’
Item Value
SQLCODE -191
Constant SQLE_CANNOT_MODIFY
SQLSTATE 42W32
Sybase error code 230
ODBC 2 State 42000
ODBC 3 State 42000
Parameter 1 Name of the column that cannot be changed.
Parameter 2 Name of the table containing the column.
You may have tried to modify a column that you do not have permission to
modify. You may have tried to modify a column defined as an expression
(such as column1+column2) in a view.
Probable cause
Probable cause