Clipper NTX using Apollo ASP


Return to Main Samples Page

This ASP page demonstrates how to access a Clipper table and two of its NTX indexes using Apollo ASP.

The key is to add the extra information in your SQL statement enclosed in [* *] as follows:

oQuery.SQL = "Select * From Clipper [* TableName:Clipper.dbf, Alias:Clipper, TableType:ttsxNTX, ExtraIndexes: Clip1.ntx;Clip2.ntx *]"



Vista Software On-line (Apollo ASP home page)