How to resolve the -305 error code in DB2?
And also please let me know, how to resolve the db2 error
codes.
Answer Posted / yogesh
- 407 : Column in the table is defined as "NOT NULL", but
an INSERT or UPDATE is done to make the column as 'NULL'
-305 : Trying to FETCH or SELECT a null value from the
column of a table to a output host variable, which doesn't
have a null indicator declared for the host variable.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
Why cursor is used in db2?
What is lock escalation in db2?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
Which command is used to remove all rows from a table?
Define check constraint.
What is check constraint in db2?
How do I delete a table in database?
What is dpf in db2?
What is the reason behind not using select * in embedded sql programs?
What is the purpose of rollback and commit?
List out the buffer pools in db2
What is a page in db2?
can we view the access paths created by dbrm ? how ? thx
What is explain plan in db2?
Is it possible using max on a char column?