I am trying to save/run a new view but I am getting an error message that the object does not exist. I am getting the table to appear with all of the columns. In fact I have tried to copy the SQL statement from an existing view and am getting the same error. I can access the data in an existing view from the same table.
I am using SQL server 7 patch 3 and going against Oracle 7.
here is the sql
"SELECT *
FROM [ORACLE.].FOSPRD.PROPRIETOR"
error message when I try to save or run is "[Microsoft][ODBC SQL Server Driver][SQL ServerInvalid object name 'Oracle..FOSPRD.PROPRIETOR"
I am using SQL server 7 patch 3 and going against Oracle 7.
here is the sql
"SELECT *
FROM [ORACLE.].FOSPRD.PROPRIETOR"
error message when I try to save or run is "[Microsoft][ODBC SQL Server Driver][SQL ServerInvalid object name 'Oracle..FOSPRD.PROPRIETOR"