Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 to VFP8, is a straight conversion possible?
Message
 
 
To
18/12/2002 10:32:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00734050
Message ID:
00734107
Views:
30
1. Visual FoxPro no longer supports using the DISTINCT clause in a SQL SELECT statement that contains Memo or General fields.
2. The GROUP BY query are conistent with MS SQL Server and other backends. The only columns allowed are the ones in the GROUP BY or aggregate functions. So following query is invalid in VFP8
SELECT filed1, filed2, field3, COUNT(*) ;
  FROM mytabele ;
  GROUP BY 1,2
There is new SYS(3099) function that controls database engine comatibility level.


>>There are significant changes in database engine related to SELECT - SQL.
>
>What sort of changes? Could you list any important ones?
>
>Thanks
>Kev
>
>>>
>>>Has anyone attempted this? Has MS mentioned anything about it?
>>>
>>>Thanks
>>>Kev
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform