stefanoaltissimo
Member
Hello Marco,
i have a number so defined: number(19) and its coprreclty store with value -4321744718369714180
the problem i have is that the same number that i try to get with
QrySelect.FieldAsString('CUST_SID') or with QrySelect.FiledAsEverithing, seems to be truncate with a minor precision, in this case i get '-4,32174471836971E18'
so, as you can see: '-4321744718369714180' is truncated in '-4,32174471836971E18' and '4180' is lost...
This seems, in some way, to be a issue similar to the other i one tried to show you. I think i tried everything and im not able to go over this.
Thank for your help...
Stefano Altissimo
DDWAY srl
i have a number so defined: number(19) and its coprreclty store with value -4321744718369714180
the problem i have is that the same number that i try to get with
QrySelect.FieldAsString('CUST_SID') or with QrySelect.FiledAsEverithing, seems to be truncate with a minor precision, in this case i get '-4,32174471836971E18'
so, as you can see: '-4321744718369714180' is truncated in '-4,32174471836971E18' and '4180' is lost...
This seems, in some way, to be a issue similar to the other i one tried to show you. I think i tried everything and im not able to go over this.
Thank for your help...
Stefano Altissimo
DDWAY srl
Last edited: