Hello All,
I have a PB2007R3 PowerServer 2017 Applicacion
with SQL ANYWHERE
i have a table with a numeric(16,0)
with for example a value of 4338280003005454
when i run it from powerbuilder it dysplay ok
when i run it from PowerServer it dysplay 4338280003005450 when i try to modify the value it shows 4,33828000300545E+15
it have no Mask no format
if in the SQL syntax i put for example convert(char(16), col_num) it dysplay ok
please help