HI All,
I use MSSQL as my database and ASP.NET as my front application. I want to display Price value S$23.68.
The dayatype I used is smallmoney, but it display: S$23.6800. HOw do I control the number of decimals point in the column of MSSQL??
Thanks a lot
Suigion
Well for monetry values i use datatype Decimal(9,2)where 9 is the number of digits before Decimal and 2 is the number of digits that u can use after decimal Point
hope that might helps....!!
No comments:
Post a Comment