Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro 2x tables - linking them in Crystal
Message
From
06/07/2000 10:33:52
 
 
To
06/07/2000 09:53:22
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00388755
Message ID:
00388868
Views:
10
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform