EasySQL4Fox - helps tie FoxPro and SQL Server together

   Full manual

FoxPro + SQL Server. EasySQL4Fox functions

Update Visual FoxPro syntax to SQL Server syntax

 

EasySQL4Fox features - 1.8

 

1.8. A HAVING clause cannot refer to columns using the alias in an AS clause. 

References to aliased columns (e.g. A+B AS C) in a HAVING phrase will be replaced with the source expressions. For example: 

SELECT F1,F2+F3 as F4 FROM TBL GROUP BY F1 HAVING F4>0
will be replaced with 
SELECT F1,F2+F3 AS F4 FROM TBL GROUP BY F1 HAVING F2+F3>0

 

back to features list

 

 HotLog

Download EasySQL4Fox for your consideration or order a copy of EasySQL4Fox.