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.
| 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 itMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|