I'm aware that in Fox Pro that when creating an index the indexes are stored in files with the same name as the (.dbf) table and a different extension such as .cdx or .idx.
That said how does one programmatically determine what fields of a table are indexed?
P.S. I'm trying to run queries on a third party product that uses Fox Pro, I don't have a copy of Visual Fox Pro to use, but I do have ODBC and SQuirreL SQL. The queries are going really slow, and that's why I ask about the indexes.