We have an application that apparently has custom functions in the indexes of some tabels.
When I try open a table i get the following message:
Can't parse index expression g_retsdx(company)
Where g_retsdx appears to be the custom function.
Any assistance would be appreciated.
Jere-
|
1st solution: use loadIndices=false connection property, then it can query correctly, but failed to update automatically your index file.
2nd solution: use Extend SQL functions to support your user-defined SQL functions, then HXTT DBF can maintain your index file too.
|