Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select Optimisation changes under VFP8?
Message
From
03/06/2003 13:48:53
 
 
To
03/06/2003 12:56:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00795674
Message ID:
00795809
Views:
25
That is what I mean. I do not agree that the SQL Select command is smarter than the IF command. The following command will not call function1 unless field1 = "Test" - with or without an index:
IF field1 = "Test" and function1()
>That's probably what he means.
>
>But in one way the SELECT statement is a little smarter...if there is an index on field1, this code will not call function1() for every record in the table.
>
>
>select * from table1 where function1() and field1 = "Test"
>
>
>>
>>This is what he means, I think:
>>
>>
IF .F. AND DontEval()
>>	? "Don't print"
>>ENDIF
>>
>>FUNCTION DontEval
>>	? "Don't Print"
>>ENDif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform