c# - Inserting hebrew chars into MySql DB -


i have asp.net page connected mysql db.

when try insert/update values webpage db chars shown in db question marks (i using sp). if write query directly in db, work , chars displayed correctly.

the db default charset utf8, , column collation utf8_general_ci.

10x alot & have great weekend :)

eventually solved problem adding charset=utf8 connection string.

10x alot :)


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -