AccessPlusJava Posted March 7, 2007 Posted March 7, 2007 I'm using Access 2007 as a database; some of the textfields contain Cyrillic characters.I have no trouble entering the Cyrillic characters into theAccess 2007 database from the keyboard.But, when using JDBC in a Java program, and attemptingto output the fields to a JTextField, all that is displayed isa series of question marks, e.g. ????????.According to Microsoft documentation, text fields in Access 2007are stored as Unicode, and of course Java uses Unicode.So, what is going wrong? Why doesn't JDBC retrieve this dataas 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now