Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>how can i tell if an expression is optimizable?:</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  How can I tell if an expression is optimizable?:

  You can test the level of optimization for any query expression by simply
  calling the m6_IsOptimize() function.  It will return one of the following
  three values.

       Return
       Value:   Description:

         2      Fully optimizable.  Query condition contains all indexed
                expressions.

         1      Partially optimizable.  Query condition contains at least
                one indexed expressions.

         0      Not optimizable. No index keys found in query condition.
                Query will be turned over to Clipper for default processing.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson