I create FoxPro free table using ADO, after that I try to create index with the following command:
INDEX ON FieldName TAG TagName COMPACT ADDITIVE
and I receive the error message:
Code = 80040e14
Source = Microsoft OLE DB Provider for Visual FoxPro
Description = One or more errors occurred during processing of command.
When I run the same command in the FoxPro command line it works fine.
How I can create index for the FoxPro free table using ADO?
Is it possible that this option is not implemented for the FoxPro thru the ADO/ODBC interface?
Thank you very much in advance,
a_k_2