FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error ADSCDX/5179 Error 5179
Posts: 144
Joined: Thu Jan 02, 2014 01:49 PM
Error ADSCDX/5179 Error 5179
Posted: Wed Aug 02, 2017 06:25 PM
Buen día a tod@s

El siguiente error : Error 5179 : The result value exceeded the given buffer size. No lo he podido resolver
Estoy usando la versión 10 de ADS

El error se presenta cuando hago una copia de datos o cuando uso el comando TOTAL.

Alguno tiene una sugerencia ?

Saludos
Posts: 8523
Joined: Tue Dec 20, 2005 07:36 PM
Re: Error ADSCDX/5179 Error 5179
Posted: Wed Aug 02, 2017 07:18 PM
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.

http://devzone.advantagedatabase.com/dz/webhelp/advantage9.1/mergedprojects/adserror/whgdata/whlsti0.htm

Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341

Continue the discussion