Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple paths in SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00548075
Message ID:
00548141
Vues:
15
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform