Andy Kramek has a great post describing different ways of adding non-table columns into a cursor result set with SQL and Visual FoxPro.
I use many of these approaches constantly. SQL Server veterans will be happy to know that they can use CAST in VFP now as well, reducing even more code portability between the two environments.
Adding Columns in SQL SELECT statements
I use many of these approaches constantly. SQL Server veterans will be happy to know that they can use CAST in VFP now as well, reducing even more code portability between the two environments.
Adding Columns in SQL SELECT statements
Comments