What are db2 error codes -305 and -407. What is the
difference between these 2 error codes ?
Answer Posted / amarnadh reddy
Hi,
-305 is Null Indicator is needed. The null value cannot be
assigned to output host variable. Because no Indicator
variable is specified. (to fetch or select operation
resulted in the retrieval of a null value to be inserted
into the output host vaariable)
-407 is An update or insert value is null. but the object
column name cannot contain null values.(the update or insert
value was null. But the object column was declared as not
nullin the table)
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is scrollable cursor in db2?
Explain packages.
How can we read records for specific member in CL? AND rpg?
How is a typical db2 batch pgm executed?
Which component is used to execute the sql statements?
Describe major components of db2?
Is db2 a mainframe database?
What is db2 bind process?
What is the default page size of buffer pools?
What are the bind parameters ibm db2?
How to check sequence on a table in db2?
What is lock escalation in db2?
What is db2 and what is the use of db2 optimizer?
How connect db2 database to datastage?
How do you simulate the explain of an embedded sql statement in spufi/qmf?