jacktripper
Programmer
I am in the process of moving a bunch of queries from Access 2003 into a VB.Net application. The query still runs against the Access MDB file, though.
They all work fine but one. Its a fairly large, convulted series of IIf statements and calculations. It runs, but the results are slightly off mathematically.
I take the EXACT sql text, and run it in Access, and the numbers are correct. But, the VB.Net results are wrong.
Any ideas on why this would be? To me, SQL is SQL, so why should I get different results regardless of whether running from a windows app versus direct access?
Has anyone had a similar problem?
They all work fine but one. Its a fairly large, convulted series of IIf statements and calculations. It runs, but the results are slightly off mathematically.
I take the EXACT sql text, and run it in Access, and the numbers are correct. But, the VB.Net results are wrong.
Any ideas on why this would be? To me, SQL is SQL, so why should I get different results regardless of whether running from a windows app versus direct access?
Has anyone had a similar problem?