when i post the same pages onto a sbs 2003 windows server, iis6
equipped and us language, the numbers will be formatted as 1000.00
(without comma); this will generate a problem when stored into the
database because the number into the db will be stored as 10000
instead 1000.
We had already change the regional settinmg from us to italian into
the control panel of the, but it seems that iis continue to use US
format.
How we could store numbers into the mdb database without changing all
asp code ? (many and many and many pages!!)
Thanks in advance
Alessandro