Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select in VFP5 builds an endless .TMP file
Message
De
14/10/1997 09:28:51
 
 
À
14/10/1997 08:16:46
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00054420
Message ID:
00054428
Vues:
38
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform