Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Currency symbols

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-03-07 : 08:24:35
Anat writes "I want to show the currency symbol next to a field declared as money data type. How am I suppose to do that ?
I would also like to be able to how different currency symbols not only the default one of the current country. How can I do it?"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-03-07 : 08:30:39
Use Presentation layer to format the Currency. Otherwise you need to convert the currency to varchar datatype and append currency symbol in front of it

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -