Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inner Join
Message
 
To
17/10/2000 12:22:47
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00430394
Message ID:
00430404
Views:
11
If the sales and stocks database are in the same
server that is under 1 box/server
then you can join them
eg
from sales..tablename sales, stocks..tablename stocks
where sales.key=stocks.key

sales..tablename is a shortcut for sales.dbo.tablename

If the 2 databases are not under one box
you my consider doing it
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform