Pages to access data dynamically: tutorial wanted

Last post 07-04-2009 5:52 AM by Montague. 2 replies.

Sort Posts:

  • Pages to access data dynamically: tutorial wanted

    07-03-2009, 6:16 AM
    • Member
      17 point Member
    • Montague
    • Member since 05-15-2009, 10:47 AM
    • Posts 54

    I wonder if anyone can point me in the direction of a tutorial which can help me solve my problem.

    I wish to create an application that queries a database, but utilises user-specified information in order to refine such queries.

    To explain this, perhaps I should give an example of what I am looking for.

    Let's say I have a table with 3 fields: StartPoint, EndPoint, Distance

    The user can input "1500" as a distance, then the query lists all StartPoint, Endpoint, Distance where Distance > 1500.

    Or...

    The user can input "Los Angeles" as a StartPoint, then the query lists all StartPoint, Endpoint, Distance where StartPoint = Los Angeles


    What I wish to achieve is more complicated than this, but I just want to find a starting point and then I should be able to go from there.

    Thanks


  • Re: Pages to access data dynamically: tutorial wanted

    07-03-2009, 8:52 AM
    • All-Star
      23,953 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 5:49 AM
    • Mumbai
    • Posts 4,096

    Hi,

    http://www.asp.net/learn/data-videos/

    http://www.asp.net/LEARN/data-access/

    check the above link

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: Pages to access data dynamically: tutorial wanted

    07-04-2009, 5:52 AM
    • Member
      17 point Member
    • Montague
    • Member since 05-15-2009, 10:47 AM
    • Posts 54

    Alrightie, thank you kindly.

Page 1 of 1 (3 items)