I'm testing your jdbc pardox driver.
I have these problems and i do not find documetation about them:
1. Selecting all data from a table named pn2005 sometimes I have this error "Failed to go Rowid 800C2C31D760003 of table pn2005!".
2. Selecting data from a table using a Where condition on a numeric field I have this error "java.io.IOException: Negative seek offset". Using the where condition on other tables or for the same table on other fields it worjs well.
3. After an error, if I try again the selection I have this messagge "Failed to access file vocifatt.DB for it has been closed."
|
>1. Selecting all data from a table named pn2005 sometimes I have
>this error "Failed to go Rowid 800C2C31D760003 of table pn2005!".
Because that row in table pn2005 has been modified so that HXTT Paradox failed to find it.
>2. Selecting data from a table using a Where condition on a numeric field I
>have this error "java.io.IOException: Negative seek offset". Using the where
>condition on other tables or for the same table on other fields it worjs well.
It should be a fixed bug for index on numeric field. Please try the latest package.
>3. After an error, if I try again the selection I have this messagge "Failed
>to access file vocifatt.DB for it has been closed."
That table has been closed because HXTT Paradox met unexpect error when reading data from table.
|