In asp code, i solutate Turkish character error same this code. But i can't do this in asp .net. How can i do it.
{
Set bag = Server.CreateObject("ADODB.Connection")
bag.Open "Driver={MySql ODBC 3.51 Driver}; Server=localhost; uid=root; pwd=123456; database=deneme; option=3; port=3306;"
bag.execute ("SET CHARACTER SET latin5;")
bag.execute ("SET collation_connection = 'latin5_turkish_ci';")
}