Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select statement with tables in two different databases
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00365573
Message ID:
00387162
Views:
28
Thanks much for your answer Greg, but in my case I am using the view designer,
it takes care of that, any other thoughts ?

>I haven't tried it myself but I might try being explicit when naming the tables with their databases such as:
>
>SELECT tbl2.descr, tbl1.*;
> FROM db1.dbo.tbl1 join db2.dbo.tbl2;
> on db1.dbo.tbl1.id = db2.dbo.tbl2.id
Luis Guzman, MCP
"The only glory most of us have to hope for
is the glory of being normal." Katherine Fulleton Gerould
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform