For some reason I've been getting odd results on financial queries in one
of my databases.
When I run a query like this:
SELECT InvoiceID, Balance
FROM Invoices
WHERE Balance > 0.00 AND Balance < 0.01
I get rows back that show a Balance of 0.00. It appears that the
database is somehow storing fractional values in the Currency field.
Why and how?
This is occurring in SQL6.5 in the Small Business Server.
Any help greatly appreciated!
Thanks Muchly,
- Brian G.