Hello,
this is my asp code where I add a amount to the price field
p.Append cm.CreateParameter("@Price",adCurrency,1,2)
cm("@Price") = price
In my stored procedure I have it like this
@Price Money,
the data type of price field in sql is money
but when I see the data in table it looks like this
150.0000
when it should be $150.00
Can someone tell me why its not adding in the currency format into the table



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks