problem due to localization of decimal representation of number



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

.