Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have table called tbl_ClientProducts in this table i have 8 columns, one column name is ProductCost which datatype we select for ProductCost. In my Onlineshopping project i have requirement to compare ProductCost values and dispaly images based on the productcost. Please send me.

Thankyou.
Posted
Updated 25-May-12 19:59pm
v2

1 solution

Based on the column name 'ProductCost' it looks like a field related to amount.

Use: Money datatype.
Here: MSDN: money and smallmoney (Transact-SQL)[^]
 
Share this answer
 
Comments
Espen Harlinn 26-May-12 4:39am    
5'ed!
Sandeep Mewara 26-May-12 12:44pm    
Thanks.
Monjurul Habib 26-May-12 15:48pm    
5!
Sandeep Mewara 27-May-12 3:01am    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900