MySqlCommand cmd = new MySqlCommand(SQL, conn); MySqlDataReader myData = cmd.ExecuteReader(); if (!myData.HasRows)
確定! 回上一頁