Retrieve integer value having more than 10 digits (from third party database)

Hi All,

In third party database, we have a column (number datatype) which can have more than 10 digit value. How to display the value on Interface.

We have tried mapping type = "xsd:integer" and "xsd:long" and "xsd:int" in XSD 

xsd:int gives Numeric overflow error, on changing it to xsd:integer / xsd:long, it retrieves blank value on query entity but there is value in DB (which has 14 digits)

How to retrieve the values having more than 10 digit value?

Any advice.

Thanks and Regards,
Diksha

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data