I have some Dbase tables with associated index files. How can I use OLEDB to open these files and have the index files updated when there are changes in the Dbase tables?
Thanks.
Sun, 18 Jan 2004 19:46:36 GMT
Steven Bra #2 / 2
Dbase index files
If you use the Visual FoxPro ODBC driver (or the upcoming Visual FoxPro OLEDB provider), your indexes should be updated automatically, along with the DBF, or table file. OLEDB doesn't give you much control over this; if the table is updated, the index will be as well.