"Argument %1 of procedure '%2' cannot be NULL"
| Item |
Description |
|
SQLCode
|
-90L
|
|
Constant
|
ARGUMENT_CANNOT_BE_NULL
|
|
SQLState
|
WP000
|
|
ODBC 2 State
|
ERROR
|
|
ODBC 3 State
|
ERROR
|
|
Sybase Error Code
|
2267
|
|
Severity Code
|
16
|
|
Parameter 1
|
The argument number that cannot be NULL.
|
|
Parameter 2
|
The name of the procedure that cannot receive the NULL parameter.
|
Probable cause
You passed a NULL value to a procedure expecting a scalar argument. For example, a Java procedure that has an 'int' argument cannot receive a NULL value.