[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Using (.idx) and (.ntx) Files Concurrently
------------------------------------------------------------------------------
You can use both (.idx) and (.ntx) files concurrently in a CA-Clipper
program like this:
// (.ntx) file using default DBFNTX driver
USE File1 INDEX File1 NEW
// (.idx) files using DBFCDX driver
USE File2 VIA "DBFCDX" INDEX File2 NEW
Note, however, that you cannot use (.idx) and (.ntx) files in the same
work area. For example, the following does not work:
USE File1 VIA "DBFNTX" INDEX File1.ntx, File2.idx
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson