如標題
瑪麗亞DB,今天寫入資料卻發現亂碼.....
server=127.0.0.1;uid=sa;pwd=134;database=test;CharSet=utf8;
關鍵點在連線字串要掛上CharSet=utf8....
我的表格跟資料庫預設都是uft8 genci的編碼,這樣子做寫入就OK了
string connStr = @"server=127.0.0.1;uid=sa;pwd=321456852;database=test;CharSet=utf8;";
https://www.itread01.com/articles/1478166018.html
以上文章僅用紀錄資料使用.....