[progress Communities] [progress Openedge Abl] Forum Post: Re: Error Assigning Record To Sql

  • Thread starter Thread starter Kunal Berlia
  • Start date Start date
Status
Not open for further replies.
K

Kunal Berlia

Guest
Hi Valeriy, This error occurs when INT max value exceeded by its cumulative sum. This exceeds the maximum value of a 32-bit integer which can hold upto the value of "2147483647". In your datatype definition in the database may needs to be changed. Use INT64 in the datatype instead of INT. It will resolve the issue. In the Oracle side also, the maximum digits for Number data type can taken upto "X(10)". Thanks. Kunal

Continue reading...
 
Status
Not open for further replies.
Back
Top