Jump to content

Recommended Posts

Posted

I'm using Access 2007 as a database; some of the text

fields contain Cyrillic characters.

I have no trouble entering the Cyrillic characters into the

Access 2007 database from the keyboard.

But, when using JDBC in a Java program, and attempting

to output the fields to a JTextField, all that is displayed is

a series of question marks, e.g. ????????.

According to Microsoft documentation, text fields in Access 2007

are stored as Unicode, and of course Java uses Unicode.

So, what is going wrong? Why doesn't JDBC retrieve this data

as Cyrillic characters?

I set Unicode compression property on the text fields to NO,

so that should not be the problem.

Does anyone have a suggestion?


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...