|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Currency conversionHi all,
I have an application based in Germany where the currency is the following format: #.###,00 Users enter values in the above format but SQL Server requires the standard format: #,###.00 Is there a way that I can tell SQL Server to convert formats automatically or should I do the conversion in my code? Regards, Ivan Ivan Debono wrote:
> Hi all, Applications can do better formating of data than SQL Server.> > I have an application based in Germany where the currency is the following > format: #.###,00 > > Users enter values in the above format but SQL Server requires the standard > format: #,###.00 > > Is there a way that I can tell SQL Server to convert formats automatically > or should I do the conversion in my code? > > Regards, > Ivan Regards Amish Shah |
|||||||||||||||||||||||