Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain the locking system in jdbc?

1 Answers  


Why “no suitable driver” error occurs?

1 Answers  


When does the result for an sql statement return null?

1 Answers  


What does jdbc stand for?

1 Answers  


What is in terms of jdbc a datasource?

1 Answers  


What is metadata in jdbc?

1 Answers  


What are the three basic components of the odbc architecture?

1 Answers  


How to move the cursor in scrollable resultset ?

1 Answers  


what does the method Class.forName returns?

4 Answers   Siemens, TCS,


What is the purpose of jdbc?

1 Answers  


Discuss the significances of jdbc.

1 Answers  


Give a way to check that all result sets have bin accessed and update counts are generated by execute method.

1 Answers  


Categories