Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple paths in SQL
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00548075
Message ID:
00548141
Views:
9
Or, just include the path with the from clause...

select a.fields, b.fields, c.fields, etc;
from ("FullPath\plusTable.dbf" ) a,;
("OrRelativePath\plusTable.dbf" ) b;
TempOtherCursor c;
where a.keyfield = b.keyfields;
etc...
Previous
Reply
Map
View

Click here to load this message in the networking platform