When trying to update a row in an Access 97 database I get the following exception:
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at com.hxtt.global.x.for(Unknown Source)
at com.hxtt.sql.access.a4.a(Unknown Source)
at com.hxtt.sql.access.bb.a(Unknown Source)
at com.hxtt.sql.w.a(Unknown Source)
at com.hxtt.sql.b4.a(Unknown Source)
at com.hxtt.sql.dq.a(Unknown Source)
at com.hxtt.d.k.if(Unknown Source)
at com.hxtt.d.k.a(Unknown Source)
at com.hxtt.sql.cb.a(Unknown Source)
at com.hxtt.sql.c1.updateRow(Unknown Source)
at at.dhaider.vdb.mdb.testResultSet.main(testResultSet.java:59)
I'm using the lastest driver version (4.0.019), tried compacting and repairing the .mdb file, but with no success.
If needed, I can provide a small MDB-File (< 100k, contains only 2 records) and Java source code.
Thank you,
Dieter
|
Please send us your sample. Thanks.
|
I've just sent it to webmaster@hxtt.com
|
Thanks. Supported. Please download the latest package.
|
This fixed the problem for us. That bug was a real show-stopper for us...
Thanks a lot for the instant fix.
|