Lets consider the following example. double x = 1234597000.0
When i save the value of x in DB, it is stored as 1234600000. When i do subtraction operation in program, it is getting treated as 1234600000. Would you please help me to understand what is going on there?
my system is solaris and compiling the program using Sun Studio C++(CC) compiler.
Thanks in advance.