0

I have developed a java project where I have read a CSV file and inserted the record into a DB table using Java prepared statement. In the CSV file, there are some records where a column called "Name" have Thai name. The database is MSSQL Server. When I get record from CSV file and insert into a table using java prepared statement from eclipse IDE, the Thai name is successfully saved into the database. But when I create the eclipse project as executable JAR file and run the jar from windows command prompt, the value of name column saved as "?????" instead of Thai name.

Please suggest the possible solution as we need to deploy the JAR into production environment.

Abra
  • 19,142
  • 7
  • 29
  • 41
IB1990
  • 27
  • 3

0 Answers0