Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow in Private data session
Message
From
26/09/2006 02:01:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Slow in Private data session
Miscellaneous
Thread ID:
01157148
Message ID:
01157148
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform