[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Using (.ntx) and (.ndx) Files Concurrently
------------------------------------------------------------------------------

     You can use (.ntx) and (.ndx) files concurrently in a CA-Clipper program
     like this:

     // (.ntx) file using default DBFNTX driver
     USE File1 INDEX File1 NEW

     // (.ndx) files using DBFNDX driver
     USE File2 VIA "DBFNDX" INDEX File2 NEW

     Note, however, that you cannot use (.ntx) and (.ndx) files in the same
     work area.  For example, the following does not work:

     USE File1 VIA "DBFNDX" INDEX File1.ntx, File2.ndx


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson