
Help using existing FoxPro or Dbase Indexes with VB5
Many of our existing applications use Foxpro data (and indexes).
Despite the sea of information that exists on DAO, I'm having trouble
finding information about the steps to load and manipulate Foxpro
indexes.
The documentation has several examples on how to create indexes, but
none on how to access existing indexes, particularly ones that lack a
corresponding FoxPro .DBC (database) file. In FoxPro I would simply
issue the following commands:
USE quote INDEX quote1 IN SELECT(1)
SET ORDER TO clientnum IN quote
I would really appreciate any assistance or references anyone might
have regarding accessing ISAM data from either FoxPro or Dbase.