Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Slow in Private data session
Message
De
26/09/2006 02:01:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Slow in Private data session
Divers
Thread ID:
01157148
Message ID:
01157148
Vues:
65
When I change form data session to Private, the select sql command will become very slow. Why... and how can I solve the problem.

eg.
	SELECT accNo,SUM(creditAmt-debitAmt) AS tradeAmt ;
		FROM ARPOST ;
		WHERE accNo = '3000/T58' ;
		GROUP BY accNo ;
		INTO CURSOR cTemp
Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform