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
what is db2 restart?
What is reorg?
What is a trigger in the db2 database?
How to check sequence on a table in db2?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What is cursor stability in db2?
How can you find out the # of rows updated after an update statement?
How to create backup table in db2?
What is db2?
Explain how can you do the explain of a dynamic sql statement?
Is db2 a programming language?
Which component is used to execute the sql statements?
What is bind package and plan in db2?
What is the use of db2 optimizer?
can we view the access paths created by dbrm ? how ? thx