Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compatibility with ANSI SQL
Message
From
10/04/2003 03:03:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Compatibility with ANSI SQL
Miscellaneous
Thread ID:
00775906
Message ID:
00775906
Views:
53
If SQL Server is ANSI SQL and VFP 8 is, how come the following two lines can't be run as is:
SQLExec(lnHandle,"SELECT YEAR(AddDate) AS Test FROM News GROUP BY YEAR(AddDate)")
SELECT YEAR(AddDate) AS Test FROM News GROUP BY YEAR(AddDate)
VFP doesn't support GROUP BY on expression but SQL Server does. So, does that mean VFP 8 supports only some of ANSI SQL or is it that this is specific to SQL Server and doesn't apply to ANSI SQL?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform