Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Drivers Guide - <b>conditional indexes</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Conditional Indexes
------------------------------------------------------------------------------

     Conditional indexes are produced by using a FOR condition in the index
     creation process.  These indexes are made fully maintainable by storing
     the FOR condition in the index header.  This condition is subsequently
     retrieved and compiled each time the index in opened.  During updates,
     items are added to the index only if they meet the criteria of the
     condition.

     Since older applications do not have the ability to recognize and use
     the condition stored in the header, they must be prevented from opening
     the index since they corrupt the index.  This is accomplished by
     modifying the signature of the index (in the index header) preventing
     pre-CA-Clipper 5.2 applications from being able to open the index.
     CA-Clipper 5.2 applications can detect the flag in the header and will
     automatically use the stored FOR condition correctly.


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