
Using indexes with dBase III
OK, this one is driving me nuts. I'm trying to access a dBase III table,
and I want to use it's index (.ndx) file. I have the registry settings for
infPath set up correctly. I have an .inf file in that path that looks
like:
[dBase III]
NDX1=economic.ndx
[UIDX1 economic]
NDX1=economic.ndx
I set up my recordset as such:
Set MySn = gCurrentDOSDB.OpenRecordset("economic", dbOpenSnapshot)
How do I tell it to use that index????
TIA,
Ruth Ann
please cc: your response to my email