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 does runstats do in db2?
What is the maximum size of a char data type in db2?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
How to resolve deadlock issue
Mention some fields that are a part of sqlca.
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
What is syscat in db2?
How to check table size in db2 sap?
Which are the db2 tools to protect integrity of the database?
What is scrollable cursor in db2?
Can we update view in db2?
What is the physical storage length of timestamp data type?
What is an instance in db2?
What is explain in db2?
How to create backup table in db2?