select * from abel.dnt
where did = '03'
>[Error] Script lines: 1-3 --------------------------
Failed to get a boolean value from com.hxtt.d.j: true='03'
But did column is a VARCHAR(4)...
abel.mdb is ACCESS2000 format.
|
Note that this bug persists when I Compact and Repair the DB.
|
A few more things
HXTT/Java seems to think the column is VARCHAR(4), but access field size set to a maximum of 2. The did column is also the primary key for the table.
|
Fixed a bug in string index optimization since v1.2.021 released on June 21, 2006. Thanks. Please download the latet v1.2.025 package.
|