da = new MySqlDataAdapter(); try { cmd = new MySqlCommand(query); cmd.CommandType = CommandType.Text; da.SelectCommand = (MySqlCommand)cmd;
確定! 回上一頁