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 do i create a structural (auto-open) .cdx/.nsx?:</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  How do I create a structural (auto-open) .CDX/.NSX?:

  A "structural" .CDX or .NSX index (equivalent to dBASE IV's Production
  .MDX) is a compound index that is automatically opened whenever its assoc-
  iated database file is opened.  The structural .CDX/.NSX must have the same
  base name as the associated database file, and the extension must be ".CDX"
  in the case of SIXCDX or ".NSX" in the case of SIXNSX.

  To create a production .CDX, first open the database using the SIx Driver's
  SIXCDX flavor:

   // The VIA clause is not necessary if SIXCDX is the default driver
   USE DEMO VIA "SIXCDX"

   // Next, create one or more tags, either leaving off the OF <.CDX> clause:
   INDEX ON LNAME TAG LNAME

   // or specifying the same name as the database file:
   INDEX ON LNAME TAG LNAME OF DEMO.CDX

  If you are using the SIXNSX flavor of the SIx Driver, to create a struct-
  ural .NSX file, follow the same steps as above, but open the file VIA
  "SIXNSX".


See Also: INDEX

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