I have successfully linked SQL7 to Oracle but I cannot get a linked query to work;
example: select emp.empno from localoracle..scott.emp emp
The passthrough query works;
example: select * from openquery (localoracle, 'select * from emp').
What is the correct syntax for getting a linked query, linked update/insert to work?
Thanks,
Rod
example: select emp.empno from localoracle..scott.emp emp
The passthrough query works;
example: select * from openquery (localoracle, 'select * from emp').
What is the correct syntax for getting a linked query, linked update/insert to work?
Thanks,
Rod