Subj : problem due to localization of decimal representation of number To : comp.programming From : Davinder Date : Fri Sep 30 2005 06:16 am Hello, I have developed an application, which calculates some double values based on integers. On localized windows machines (spanish, german), double is displayed as 100,23 (for 100.23 on windows english machine). Due to this Oracle does not accept this value as integer. But when I pass any command line argument then decimal representation changes to 100.23, Surprisingly !!! My application also uses CORBA. Thanks, Davinder .