Are you sure that both use a comma for the "Digit Grouping Symbol" and
both use a period for the "Decimal Separtor". The 2 can look almost
the same in the regional settings dialog.
You said
Andrew Vinich - Brazil wrote:
Quote:
I have two servers in my company with the same regional options.
But when I get a result from a MDX query(in ASP) the result in the
first
is (1.000.000,00) and in the other one is (1,000,000.00). They are
both in
English!
The line that prints the values:
Response.Write(cellset(j, i).FormattedValue)
What can it be??? |