How to resolve the -305 error code in DB2?
And also please let me know, how to resolve the db2 error
codes.
Answer Posted / guest
supose, one of ur DB2 table column is defined as NOT NULL,
if u trying to insert null value on that column at that
time , u will get this error.
u can slove this error by handling the null indicator in
ur program.
define null indiactor workign stroage variable with s9(4)
comp.
| Is This Answer Correct ? | 45 Yes | 12 No |
Post New Answer View All Answers
List down the types of triggers in the db2 database?
Which is faster delete or truncate?
What is view db2?
How to rename a table in DB2 ?
Why do we need reorg in db2?
What is difference between isnull and coalesce?
Can we insert update delete in view?
Why select is not preferred in embedded sql programs?
How do I delete a table in database?
How can you quickly find out the # of rows updated after an update statement?
Explain the benefits you can get from mainframe connect?
Explain dclgen.
On which levels locks can be applied?
What is database manager in db2?
What is bind and rebind in db2?