T
Toble Rone
I have an application that needs to run in a server with specific regional
settings (South America). In some part of the code, i'm retrieving values
like "25,94" (that means... 25 as the integer part, 94 as the decimal
part.... using a ",").
The problem is that when i concatenate those values to build another sql
query, like an insert.... the "," is completely messing up the query.
How can i convert those values to use a "." instead... without using dirty
things like replacing "," by "."?
tnx.
settings (South America). In some part of the code, i'm retrieving values
like "25,94" (that means... 25 as the integer part, 94 as the decimal
part.... using a ",").
The problem is that when i concatenate those values to build another sql
query, like an insert.... the "," is completely messing up the query.
How can i convert those values to use a "." instead... without using dirty
things like replacing "," by "."?
tnx.