Hi,
I am using trail version DBF_JDBC30.jar and having some difficulty in fetching simple data from my DBF files under Linux system. When I run simple select query and it crashes with following exception:
:java.sql.SQLException: Can't parse index expression ������������������(������������������������������������������������)+������������������������������������������������������
It just happens with only few tables, I have also checked same query in Visual FoxPro ODBC Drivers which is running smoothly. Can someone please confirm me is this an issue in trail version or some problem or corruption in my data files.
Best Regards,
Rizwan Uppal.
|
>:java.sql.SQLException: Can't parse index expression
>������������������(������������������������������������������������)+������������������������������������������������������
Your index file has an unsupported XHP function. You can use loadIndices=false connection property if you need only read data. You need to Extend SQL functions, if you need to update that index automatically.
|