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 |
Does jdbc require oracle client?
what is CallableStatement and what is its usage?
What are different types of JDBC Drivers?
What is jdbc explain?
What is drivermanager in java?
What is a jdbc connection?
What is the jdbc rowset?
What is the difference between jdbc and odbc?
wahts is mean by primary key and unique key?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
How to make updates to updatable result sets in jdbc?
How to test jdbc connection to sql server?