Decimal separator chages from dot(.) to comma(,)
From: Guru (guruprasad_bv_at_yahoo.co.in)
Date: 07/30/04
- Next message: Roedy Green: "Re: Sun vs. Microsoft JVMs"
- Previous message: marcus: "Re: dial phone number, in java"
- Next in thread: Michael Borgwardt: "Re: Decimal separator chages from dot(.) to comma(,)"
- Reply: Michael Borgwardt: "Re: Decimal separator chages from dot(.) to comma(,)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jul 2004 01:37:15 -0700
Hi all,
I have a problem in decimal separator. I'm calling an oracle Stored
Procedure from a CallableStatement, which return a decimal value(say
12.56). When I execute the Stored Procedure from SQL Plus, I get the
decimal value in the dot separated format(12.56). But when I call the
same Stored procedure through my CallableStatement, I get the decimal
value in a comma separated format(12,56).
Most of the European nations use the comma as the decimal separator
and the Oracle server is in an European nation. But I have changed the
settings to American which use the dot as the decimal separator. But
still I am facing the same problem.
Does anybody have any solution for this?
Any solution will be highly appreciated.
Thanks in advance,
Guru
- Next message: Roedy Green: "Re: Sun vs. Microsoft JVMs"
- Previous message: marcus: "Re: dial phone number, in java"
- Next in thread: Michael Borgwardt: "Re: Decimal separator chages from dot(.) to comma(,)"
- Reply: Michael Borgwardt: "Re: Decimal separator chages from dot(.) to comma(,)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]