Hi all,I have a domino server on AIX, and a db2 run time on the same machine, also another AIX machine with DB2 server.
my notes web application save and retrieve data from DB2
the problem that I have field number with 6 dicemal places, when I insert a values like (2 and 5.31) I retrive this values (2000000 and 5310000) on the web application but I see that the data in db2 exact (2 and 5.31)
please tell me if u got a sloution
ThanX all