Hey everyone,
I'm trying to use pass-through queries for the first time. Trying to access an Oracle server through Access. I've had tables linked from the server for a while so I know I can connect to it.
For my first query I tried something simple just to try it. I setup the connection string using the wizard just like when I'm trying to link to a table. Then for the SQL I put this:
SELECT POSTED_TO_HISTORY_DATE
FROM PROD2_LOAN_HISTORY;
I get the error that the call failed. I've attached the error.
But I can open the table directly just fine so I don't know where I'm going wrong here.
I'm trying to use pass-through queries for the first time. Trying to access an Oracle server through Access. I've had tables linked from the server for a while so I know I can connect to it.
For my first query I tried something simple just to try it. I setup the connection string using the wizard just like when I'm trying to link to a table. Then for the SQL I put this:
SELECT POSTED_TO_HISTORY_DATE
FROM PROD2_LOAN_HISTORY;
I get the error that the call failed. I've attached the error.
But I can open the table directly just fine so I don't know where I'm going wrong here.