How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?



How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?..

Answer / Upasana Jyoti Tripathi

To write non-ASCII characters, you should use the correct Character Encoding. For example, for Greek (UTF-8), you can set the connection property 'useUnicode' to true and 'characterEncoding' to 'UTF-8'. Also, ensure that your Java code uses the correct encoding.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

Does jdbc require oracle client?

1 Answers  


what is CallableStatement and what is its usage?

1 Answers  


What are different types of JDBC Drivers?

1 Answers  


What is jdbc explain?

1 Answers  


What is drivermanager in java?

1 Answers  


What is a jdbc connection?

1 Answers  


What is the jdbc rowset?

1 Answers  


What is the difference between jdbc and odbc?

1 Answers  


wahts is mean by primary key and unique key?

7 Answers   Wipro,


Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?

1 Answers  


How to make updates to updatable result sets in jdbc?

1 Answers  


How to test jdbc connection to sql server?

1 Answers  


Categories