December 21, 2007 at 10:41 am
Hi,
I can add a linked oracle server to sql 2000 server. But I tried to run
select * from linkedServerName.schema.tableName.
The error said it's invalid object name. If I use
select * from linkedServerName..schema.tableName
It complains the OLE DB provider 'xxx' does not contain table schema.tableName.
Can anyone help me?
Thanks
December 21, 2007 at 10:43 am
Everything in the FROM clause MUST be all upper case...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2007 at 10:53 am
ahh, Thanks
That works. I also found if I use openquery. it works too.
December 21, 2007 at 10:59 am
You bet... thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy