I have a problem reading LONGVARCHAR column from Access mdb file.
I tried ResultSet.getBlob, getString, getByte, but non of them worked.
How to get this column value?
|
But it should work normally. Please email us your mdb sample so that we can see what's your issue.
|
When I debugged my code the column of ResultSet contained char[] of unreadable characters.
I've set Charset to cp437 which might be wrong.
What it should be when the mdb file is created on English windowsXP?
|
>What it should be when the mdb file is created on English windowsXP?
If your mdbf is MS Access 95/97 format, you need to set a correct charSet to decode it. If your mdb is MS Access2000 or more latest version, you needn't to care for charSet.
|