5179 AE_VALUE_OVERFLOW
Advantage Error Guide
Problem: The value cannot be stored in the designated column. For example: this error will be returned when attempting to store into an Integer column a numeric value that is outside the range -2,147,483,647 to 2,147,483,647. See ADT Field Types and Specification.
Solution: Ensure the numeric value to be stored in a column is within the supported range or restructure (i.e., ALTER) the table to ensure that the column can stored the expected values.
[url:1n619u5j]http://devzone.advantagedatabase.com/dz/webhelp/advantage9.1/mergedprojects/adserror/whgdata/whlsti0.htm[/url:1n619u5j]
Saludos.
↧