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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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