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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -