對MySQL 新增、修改、刪除資料都是使用MySqlCommand 的ExecuteNonQuery() 執行後回傳影響筆 ... MySqlCommand cmd = new MySqlCommand(sql, conn);
確定! 回上一頁