fbizzell
Programmer
- Jul 3, 2000
- 217
I am working on a generic database editor where the user will put in a dbf file name and rather than having the user enter all the indexes I want to be able to extract the list of indexes from a table and build the SET INDEX TO string so I don't have to hard code it in the program and the user does not have to know the index names. I have seen this done somewhere but can't remember where.