Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8079951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:16:18+00:00 2026-06-05T16:16:18+00:00

hello i build a webservice to communicate with the iPhone. i want to display

  • 0

hello i build a webservice to communicate with the iPhone.

i want to display the rooms from the selected street in a table, to do that i must to pass some id’s from my iPhone with JSON to the sql database over a asp.net webservice.

my webmethod look like this:

  [ScriptMethod(ResponseFormat = ResponseFormat.Json)]
    [WebMethod]
    public string Room(string street_id, string country_id, string city_id)
    {
        return RoomHelper.Room(street_id, country_id, city_id);
    }

My sql statement should look like this:

SELECT Roomname FROM Room WHERE street_id = (passed street_id) AND country_id = (passed country_id) AND city_id = (passed city_id)

how can i use the passed parameters in my sql statement to filter the rooms ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T16:16:19+00:00Added an answer on June 5, 2026 at 4:16 pm
    using (SqlConnection conn = new SqlConnection("<my connection string>"))
    {
        conn.Open();
        using (SqlCommand cmd = new SqlCommand("SELECT Roomname FROM Room WHERE street_id = @streetId AND country_id = @countryId AND city_id = @cityId", conn))
        {
            cmd.Parameters.AddWithValue("@streetId", street_id);
            cmd.Parameters.AddWithValue("@countryId", country_id);
            cmd.Parameters.AddWithValue("@cityId", city_id);
            using (var reader = cmd.ExecuteReader())
            {
                // retrieve your data per row or as you wish
                while (reader.Read())
                {
    
                }
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello i just want to ask if i build my iphone app for release
hello i build a webservice in visual studio 2010. i get some id's which
Hello I'd like to build a Rails Brick using a Sheevaplug from Marvell (O.S.
Hello I build a script that does image uploading and resizing and it all
Hello I am trying to build a simple action in Ruby that takes one
I'm dealing with an issue that make me crazy. I want to build the
I am trying to build the hello.c example from http://www.glprogramming.com/red/chapter01.html (look for Example 1-2).
Hello i'm trying to build a table cell using div tag and while doing
I want to build a simple web service that outputs JSON to test a
hello i want to build silverlight application for wince6.0. im not getting whether we

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.