I have a VB 6.0 application storing U.S. dollar fields on a SQL Server database into columns of the "money" datatype. This app will now be used in countries that use settings with the comma as a decimal separator, etc. I want to treat these money fields as U.S. dollars regardless of regional settings but, despite various tweaks of "CCur", "Format" and the ADO connection string, cannot get this done. Any suggestions are appreciated!