Question:
What types of FoxPro indexes are not supported by the BDE?
When trying to open some tables, I get an "Invalid Index
Descriptor" error.

Answer:
This error occurs when the production index (.CDX) associated
the table has an index tag which has an expression which the BDE
cannot evaluate. The solution is to delete the tag using FoxPro
create an eqivalent index that the BDE can understand.

The following conditions are not supported by the BDE and will
cause "Invalid Index Descriptor" error.

DTOC(, 1) format not supported; Use DTOC().
ALLTRIM function not supported; Use LTRIM(RTRIM(Field)).

2 Responses so far.

Post a Comment

Thank you for your comment.

Any request and idea are welcome.

CLICK TO REGISTER