Argument %1 of procedure '%2' cannot be null
Item |
Value |
---|---|
SQLCode |
-90 |
Constant |
SQLE_ARGUMENT_CANNOT_BE_NULL |
SQLState |
WP000 |
ODBC State |
23000 |
Parameter 1 |
the argument number which cannot be null |
Parameter 2 |
the name of the procedure which cannot receive the null parameter |
A null value was passed to a procedure which was expecting a scalar argument. For example, a Java procedure which has an 'int' argument cannot receive a null value.