Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View - Order By Error (VFP 8.0)
Message
 
 
To
27/06/2003 20:27:36
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00804945
Message ID:
00804949
Views:
28
This message has been marked as the solution to the initial question of the thread.
It's documented in VFP8 help under Behavior Changes Since Visual FoxPro 7.0 and INFO: SQL SELECT Behavior Changes in Visual FoxPro 8.0 mskb #813361.

>I have just installed VFP 8.0. In testing a VFP6 application under VFP8 none of my SQL Select statements run, in local Views or prg's. I get the error SQL: Group By clause is missing or invalid. Using the View Wizard the following SQL was generated:
>
>SELECT Table1.nbr, Table1.state, Table1.name, COUNT(Table1.state);
> FROM VFPTEST!TABLE1;
> GROUP BY Table1.state;
> ORDER BY Table1.state
>
>This code worked fine under VFP6
>
>Has anyone else encountered this problem and resolved it?
>
>Werner Henn
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform