... MySqlConnection cnn = new MySqlConnection(); cnn.ConnectionString = ConnString; MySqlCommand cmd = cnn.CreateCommand(); cnn.Open(); cmd.
確定! 回上一頁