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>using (.px) and (.ntx) files concurrently</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Using (.px) and (.ntx) Files Concurrently
------------------------------------------------------------------------------

     You can use both (.px), as well as (.x), (.y) and (.ntx) files
     concurrently in a CA-Clipper program like this:

     REQUEST DBPX

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

     // (.idx) files using DBPX driver
     USE File2 VIA "DBPX" INDEX File2 NEW

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

     USE File1 VIA "DBFNTX" INDEX File1.ntx, File2.px


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