Groups > Databases > MySQL for ASP.NET > Re: mysql 'latin5_turkish_ci' error




Re: mysql 'latin5_turkish_ci' error

Re: mysql 'latin5_turkish_ci' error
Wed, 12 Mar 2008 10:09:32 +000
asp yes 

{ 

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';") 
 


}

asp.net 

{

 ??? code 

}
Post Reply
about | contact