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

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -