Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro 2x tables - linking them in Crystal
Message
De
06/07/2000 10:33:52
 
 
À
06/07/2000 09:53:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00388755
Message ID:
00388868
Vues:
9
>How do I do that?

Walter is correct. Use more than one SQL SELECT. You will never have a fully optimized SQL SELECT with more than two tables. You may get speed increases by going to many SELECTS.

SELECT Fields FROM A JOIN B ON A.Field = B.field INTO CURSOR Z

SELECT Fields FROM C JOIN Z ON C.Field = Z.field INTO CURSOR Y

SELECT Y
COPY TO X TYPE FOX2X
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform