I am using your Java Paradox driver.
We purchased it quite recently under Trudeau Distributing company.
I am pulling records from a resultset in Paradox until
Resultset.next() throws...
NumberFormatException: Infinite or NaN
Do I have some hidden bad data in the paradox file?
Bad indexes?
Do I need a new version?
I haven't run into this before.
Also, I got the notification of an upgrade to the driver.
How and where do I get it?
Scott Bell
Trudeau Distributing
|
You can use your email and your password to visit here to download the latest package. If you forgot your password, you can click Forget Password to get a new password.
>NumberFormatException: Infinite or NaN
>Do I have some hidden bad data in the paradox file?
It seems that your table has an unexpected data for a double column. You can email webmaster@hxtt.com your issue table, or use create table atable select * from yourissuetable where false to get an empty table, then email that empty table to us. Then we will recur and support it in 24 hours.
|
Recurred and supported. It should besulted by Paradox's currency column supports INF value, but Java's BigDecimal doesn't supported INF value. Please download the latest package.
|