Hi,

In the FrontPage Database Wizard I have the following custom query:
Select *, FORMAT(Number, '#.00') AS fNumber FROM MyFile

When I view the resulting page on my Local Server I get the correct result:
00.00

When I view the page on my remote server I get:
00,00

I also have the following script in my global.asa file:

<SCRIPT RUNAT=Server Language=VBScript>
SUB Session_OnStart
Session.lcid=1033
END SUB
</SCRIPT>

Any help greatly appreciated.

Regards

John