Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Group by problem
Message
 
To
22/05/2007 04:04:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01227552
Message ID:
01227563
Views:
21
Hi,

With buffering you cannot use SQL, nor can you create a unique index. What you can do, though, is using COPY TO to create a copy of the table and run the query against the copy. You also might have success with a hack like this:
BEGIN TRANSACTIOn
TABLEUPDATE(.T.,.T.)
SELECT COUNT(....
ROLLBACK
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform