Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Big select make VFP6 crashes?!
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Big select make VFP6 crashes?!
Divers
Thread ID:
00213006
Message ID:
00213006
Vues:
59
I have the following select in my code:

SELECT ReComm.ident, ReComm.date_prev, ReCommD.*, ApSupp.name, ARCode.descr ;
FROM ReComm ;
LEFT OUTER JOIN ReCommD ;
ON ReComm.ident = ReCommD.ident ;
LEFT OUTER JOIN ApSupp ;
ON ReComm.iddetail = ApSupp.ident ;
LEFT OUTER JOIN ArCode ;
ON ReCommD.Code = ArCode.Code ;
WHERE WEEK(ReComm.date_prev,1,2) = THISFORM.ScnWeek.value ;
ORDER BY ReComm.ident

()
Recomm:10387 rec, RecommD:21940 rec, apsupp:10672, arcode:13
Recomm.ident, recommd.ident, apsupp.ident are unique key (integer)
Arcode.code is unique key (char(5))

It runs for ever and my NT4 (Workstation, 128MB RAM, enought disk space) tells me that VFP6 is not responding.
It runs good if I specify a short range of Recomm.ident in the where clause. It runs good also if I take out both apsupp and arcode tables from the query.
I thought that VFP6 would not crash on this. I can understand that it could run slow so you play with the indexes but "not responding"??? The same query in Crystal report runs in about 30 seconds.
Is there a memory limit or somekind of trap with vfp6?

Thanks.
Eric.
Eric Crespin
Consultant
PC PLUS Software Inc.
www.pcplus.ca
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform