Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inner Join
Message
From
26/10/2000 11:28:46
 
 
To
20/10/2000 10:21:41
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00430394
Message ID:
00434617
Views:
12
You need to check out OPENROWSET and OPENQUERY in Books Online. These allow distributed queries.


>Thanks for your reply, after the new link created it's working now, but how to create inner join between them?, I try to use the below statement for joinning tables in 2 links:
>
>Select Sales.*, MyLink.DBStock.dbo.Stock.StockName from Sales Inner Join MyLink.DBStock.dbo.Stock On Sales.StockCode = MyLink.DBStock.dbo.Stock.StockCode Order by Sales.SalesDate
>
>The errors will occurs .. can you help? .. thanks a lot before
>
>Best Regards
>Wina
Previous
Reply
Map
View

Click here to load this message in the networking platform