vote up 4 vote down star

I want to store values in a bunch of currencies and I'm not too keen on the imprecise nature of floats. Being able to do math on them directly in queries is also a requirement.

Is Decimal the way to go here?

flag

2 Answers

vote up 8 vote down check

Decimal is the best way to go.

You can still do math within the queries.

link|flag
vote up -1 vote down

I concurr, decimal is the way to go. Never had problems with it.

link|flag
2  
This isn't a forum. If you agree with an answer, vote it up. "I agree" isn't exactly the purpose of the "answers" portion. No offense meant. – Jonathan Sampson Jun 13 at 2:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.