I am using the mdb access file (2003) as the front end of the oracle 11g R2 as a backend. I am using an odbc connection to retrieve data from an oracle database. But sometimes mdb prints the wrong output.
For example, when I use the following query in mdb
SELECT * FROM PLAN WHERE (((PLAN.BATCH_REF)="SSU080520122"));
and it gives the wrong result. But the same query provides the correct result in the oracle.
Any help would be appreciated.
source share