Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

numerical overflow

0 Likes
747
  • SAP Managed Tags

I have a field in my sql database which has a data type of Decimal(2, 2). The problem is when I try to insert data i.e. 5 or -5 in this field I get dberror (314) which is numerical overflow. I don't know why I'm getting that error.

2 REPLIES 2
Read only

jonel_rienton
Participant
0 Likes
675
  • SAP Managed Tags

Hi, try increasing the size of the column to Decimal(10,2). Thank you.

Read only

jonel_rienton
Participant
0 Likes
675
  • SAP Managed Tags

Hi, try increasing the size of the column to Decimal(10,2). Thank you.