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 the syntax for creating a table in the db2 database?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Explain dclgen.
Highlight all the advantages that are attached to a package.
Explain about dbrm.
What is the purpose of using commit?
What is db2 look?
How do I import data from excel to db2?
What is the difference between bind and rebind in db2?
What does runstats do in db2?
How can record locking be achieved in those DB2 versions which do not support it?
What is the picture clause of null indicator variable?
How do you select a row using indexes in db2?
What is db2 bind process?
How to take backup of table in db2?