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 |
Explain the locking system in jdbc?
Why “no suitable driver” error occurs?
When does the result for an sql statement return null?
What does jdbc stand for?
What is in terms of jdbc a datasource?
What is metadata in jdbc?
What are the three basic components of the odbc architecture?
How to move the cursor in scrollable resultset ?
what does the method Class.forName returns?
What is the purpose of jdbc?
Discuss the significances of jdbc.
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.