Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select in VFP5 builds an endless .TMP file
Message
From
14/10/1997 09:28:51
 
 
To
14/10/1997 08:16:46
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00054420
Message ID:
00054428
Views:
33
>>I have been trying to upgrade my VFP3 app to VFP5. There is a problem with three-table SQL query, which works fine and fast with VFP3, but VFP5 starts building an endless .TMP file (until hard disk is full.)
>>
>>Anyone seen the same? Any workarounds?
>>Thanks
>
>Please post the SQL statement. I'd be happy to give it a whirl, as, I'm sure, would others.
>

This is my test program:

Close data all
Open data data\Y1997
Open data Data\VfpRefs


Select Price,ProdName,AdvName;
from Y1997!Y1997,VFPREFS!PRODUCTS,VfpRefs!Advertisers;
Where Y1997.Product=Products.Product and Products.Adv = Advertisers.Adv and Products.Pg=1501;
Into cursor Temp3

- It works with my full VFP5 intallation, but not with a runtime installation.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform