hello!
i have a jdbc (sql server)->xi->RFC interface in my XI 3.0 .
On the table i'm reading a double field and i map it into a string field.
But numeric format are changed inside XI.
So when on table i have a number like this: 12.12345 on monitor i'll find this: 12.1234499999999999999
And later on rfc too...
😔
any suggestion?