Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Stmt into cursor too slow, How can I speed up?
Message
De
19/02/2004 06:20:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00878661
Message ID:
00878663
Vues:
18
Why you not join files, I am not sure this speed up process but you may try o:)))

SELECT customer.cust_code, customer.fname, customer.lname, stock_code;
FROM customer;
LEFT JOIN Invoice ON customer.cu_recno = invoice.inv_curecno;
LEFT JOIN invlines ON invoice.inv_recno = invlines.invl_invrecno;
Order by customer.cu_recno ;
INTO CURSOR CustStck
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform