CHAPTER 10 Database Error Messages
723
Another connection has already registered as ’%1’
Item Value
SQLCODE -788
Constant SQLE_NOT_UNIQUE_CONN_REG_LABEL
SQLSTATE 5RW27
Sybase error code 13798
ODBC 2 State 42000
ODBC 3 State 42S02
Parameter 1 Registered connection label
You attempted to register a connection with a label already in use for the
same application.
Argument %1 of procedure ’%2’ cannot be null
Item Value
SQLCODE -90
Constant SQLE_ARGUMENT_CANNOT_BE_NULL
SQLSTATE WP000
Sybase error code 409
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The argument number which cannot be null.
Parameter 2 The name of the procedure which cannot receive the null
parameter.
You passed a null value to a procedure expecting a scalar argument. For
example, a Java procedure which has an ’int’ argument cannot receive a null
value.
Probable cause
Probable cause