Problem with fonts in MS Access.
I have an application written with JAVA and MS Access DB.
There is a login frame with following two fields - 'username' and 'password' in this application. The 'setFont' parameter of these fields is 'Arial AM'. By entering a username and password using the KDWin "Armenian Phonetic" I get the message that the username or password was incorrect after I click the 'Enter' button. The username and password I enter are predefined in the database where they were added by means of corresponding frame and with the same Font - 'Arial AM'.
During test I found out that the values taken from login frame fields are different in the query as the existing values in the database.
1. Operating System - WinXP
2. JDK - j2sdk1.4.2_11
3. Microsoft Access - 2000
4. connecting with DB with driver - "sun.jdbc.odbc.JdbcOdbcDriver"
Please explain me if you have an idea why are data in the database damaged. Thank you in advance.
|