-
1
- #1
Packermann
Programmer
I have two queries:<br><br>1. SELECT *<br>FROM OPENQUERY(CHINIKU01, 'SELECT * FROM nitc_lookup_values') <br><br>2. SELECT *<br>FROM CHINIKU01...nitc_lookup_values<br><br>#1 works fine. But I need to use #2, and #2 used to<br>work on Friday, but now I get the error message:<br><br>"OLE DB provider 'MSDAORA' does not contain table 'nitc_lookup_values'."<br><br>What can I do to make MSDAORA recognize this table as it does in #1?<br><br>