efeller
02-17-2007, 03:57 AM
I have a money field in a MSSQL database. When I enter a price of 10.50, it formats to 10.5
When I run a query to display this on an asp page it displays 10.5 instead of 10.50
How can I get it to display 10.50?
When I run a query to display this on an asp page it displays 10.5 instead of 10.50
How can I get it to display 10.50?