Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I do a SELECT on an ODBC connection

Status
Not open for further replies.

robmoors

Programmer
Jan 10, 2001
24
0
0
I am trying to use a SELECT statement against an Oracle ODBC connection and it's telling me that it can't find the object(table). How do I create that statement?

Thank you in advance :>
 
I am wondering if you will get a faster or more satisfactory reponse if you post this problem in the Oracle forum?

bp
 
try this.

select * from openquery ( {Linked Server Name} ,'select * from {Table}')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top