Viewing 6 posts - 1 through 6 (of 6 total)
Best alternatives in T-SQL are:
ISNULL ( check_expression , replacement_value )
OR
LEN(check_expression) = 0
You are going to miss Foxpro big time.
March 16, 2005 at 9:03 pm
Very wise. I know many languages, but I think knowing Fox gives me a big advantage over those who don't.
November 4, 2004 at 6:55 pm
I am not sure what motivates your strategy of moving into SQL and then back out, but I suspect the main problem would be in type conversions between Fox and SQL. ...
October 28, 2004 at 10:39 pm
It should be very straight forward and simple to write a view as you indicate. But as mentioned, it might be easier and or more efficient to create a view in...
July 13, 2004 at 10:34 pm
You are very lucky to have Foxpro at your disposal. Foxpro makes a much better front end to SQL than VB. You can use VFP to create a connection...
November 12, 2003 at 9:53 pm
quote:
Looking for some good input here 🙂
You may not recognize this as good input, but...
October 28, 2003 at 9:14 pm
Viewing 6 posts - 1 through 6 (of 6 total)