Unfortunately I am only abe to use the 10g database I have access to and the "standard build" PC I am given which has the 9.2 Oracle client. To date this has not been a problem at all however my lack of background with Oracle means I don't know if my query should work or not with this configuration.
I have reduced the problem I have to the simplist test. I run the following fine in SQLPLUS but running it via the ORacle ODBC driver in a pass through query from Access 2003 gives me one of the ODBC -- call failed results.
I have reduced the problem I have to the simplist test. I run the following fine in SQLPLUS but running it via the ORacle ODBC driver in a pass through query from Access 2003 gives me one of the ODBC -- call failed results.
Code:
SELECT CASE WHEN 1>0 THEN 'TRUE' ELSE 'FALSE' END AS TEST FROM DUAL;
[code]
I was hoping someone would either know that this ODBC driver does nto support the CASE WHEN structure or that something else is so obviously wrong.
Cheers