IDX vs CDX
Visual FoxPro Index File
Topics
▪ IDX File
▪CDX File
IDX
▪IDX is standalone index file.
▪Single Field or One Combination index.
▪Reindex required if any transaction done without
opened index file.
▪Not auto open with DBF.
CDX
▪IDX is Compound index file.
▪Multi Fields or Multiple Combination index with in one
file.
▪Auto open with DBF.
▪SET ORDER TO command to set the required index.
COMMAND
▪ IDX File
Index on <FieldName> to <FileName>
Index on fullname to SyS(2015)+”.tmp”
▪CDX File
Index on <FieldName> Tag <FileName>
Index on fullname tagfullname
VFP IDX vs CDX, Visual Foxpro Index IDX vs CDX

VFP IDX vs CDX, Visual Foxpro Index IDX vs CDX

  • 2.
    IDX vs CDX VisualFoxPro Index File
  • 3.
  • 4.
    IDX ▪IDX is standaloneindex file. ▪Single Field or One Combination index. ▪Reindex required if any transaction done without opened index file. ▪Not auto open with DBF.
  • 5.
    CDX ▪IDX is Compoundindex file. ▪Multi Fields or Multiple Combination index with in one file. ▪Auto open with DBF. ▪SET ORDER TO command to set the required index.
  • 6.
    COMMAND ▪ IDX File Indexon <FieldName> to <FileName> Index on fullname to SyS(2015)+”.tmp” ▪CDX File Index on <FieldName> Tag <FileName> Index on fullname tagfullname