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
Post a Comment