Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT from Stored procedure on remote SQL Server
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00966092
Message ID:
00966661
Views:
7
Marc,

There's really a lot of info behind "doesn't work", isn't it? Care to share?

>
>I created a linked server but I don't understand why the four parts names select doesn't work, while OPENQUERY() works fine
>
>Here are the two sample code I used to make test. ECHANGE is my linked server, using OLEDB Provider for SQL Server, G2MIR is the database and TEST is the table
>
>
select * from echange.g2mir.dbo.test
>
>select * from openquery(echange, 'select * from test')
>
>The OPENQUERY returns all datas from my TEST table, It permit me to insert or delete datas, but I'd prefer to use four parts select.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform