<< Click to Display Table of Contents >> Navigation: »No topics above this level« AutoOpen (AKA Structural) Indexes |
When Apollo's FoxPro or HiPer-SIx drivers open a table, by default, they also look for an index of the same base name as the table with the driver's default index extension. If found, the index is automatically opened.
For example, under the FoxPro driver (ttSXFOX), opening TEST.DBF would also look for and open TEST.CDX. Under HiPer-SIx (ttSXNSX) an index of TEST.NSX would be automatically opened.
This 'AutoOpen' behavior can be disabled by calling
TApolloTable.SysProp( SDE_SP_SETDISABLEAUTO, Pointer( 1 ));