java - How to write into Microsoft Access in hebrew? -


hay im trying write database table in hebrew java program after i'm executing query im getting question marks instead of hebrew...

what should do?

string query="insert client values("'שלום'")"; rs.executeupdate(query); 

thanks helpers :)


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -