We are using Oracle 11g and CS 10. Livelink is behaving weird when I am storing a negative decimal number (-0.17) in a Number column in table and retrieving back to that using a simple select query, Livelink is returning (-0.17000000000000001). It’s weird because when I run the same query in PL/SQL developer its showing me -0.17. don't know why Livelink adding all these zeros.
Let me know if any one came across this or any similar issue before