How to resolve SQL Code -310. The db table feild is
declared as Decimal(7,2).
Answers were Sorted based on User's Feedback
Answer / ashu
Check your program and make sure that the data you are
passing to this host variable do not contain NON-DECIMAL
value.
| Is This Answer Correct ? | 28 Yes | 1 No |
Answer / satty
its just like your soc7 error... check your decimal data... whether it is decimal or not
| Is This Answer Correct ? | 0 Yes | 8 No |
What is a buffer pool?
What is DCLGEN?
What if we fail to give values in columns declared as NOT NULL ?
What is the significance of the CURSOR WITH HOLD clause in a cursor declaration?
how can u understand the end of the table ?
How do you retrieve the first 5 characters of firstname column of db2 table emp?
How do I import a csv file into db2?
How do I connect my db2 database to ibm?
What is a page?
What is DCLGEN ?
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
Explain various types of locks in db2?