Dear All,
I am trying to insert a new record into a DBF file indexed on a NTX file, but i faced a problem with the reindexing of this file.
I received the following Exception:
My SQL Code is : reindex all on test
Failed to reindex file for Can't parse index expression '100' + strzero(num,8
,0)
java.sql.SQLException: Failed to reindex file for Can't parse index expression '
100' + strzero(num,8,0)
at com.hxtt.global.SQLState.SQLException(Unknown Source)
at com.hxtt.sql.a6.a(Unknown Source)
at com.hxtt.sql.a6.a(Unknown Source)
at com.hxtt.sql.x.a(Unknown Source)
at com.hxtt.sql.x.a(Unknown Source)
at com.hxtt.sql.x.a(Unknown Source)
at com.hxtt.sql.x.executeUpdate(Unknown Source)
at insert.main(insert.java:34)
|
That's resulted by strzero function, which is not supported by now. What's your project? DO you have some functions which need to complement? You can find all supported functions at http://www.hxtt.net/dbf/function.html .
|