Retrieving Updated Data

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Retrieving Updated Data

    Hi,

    I have a Windows application that consumes a web service. The data returned
    from this service contains product prices, ratings and other data, and is
    saved to a local database. On occasion, some of the data from the web
    service (particularly the product prices and ratings) is updated.

    What I'd like to do is receive data from the web service and compare it to
    the data already saved in the database. If there are any changes to the
    data return from the web service, then the data in the database must change
    to reflect the new web service data.

    I have no idea how to get this done. Does anyone have any suggestions?

    Roshawn


    Roshawn Guest

  2. Similar Questions and Discussions

    1. cfc not retrieving data in flex
      I am a learner in Flex. I was learing the Restaurant application provided on the macromedia site. Instead of using jsp files as remoteobject and...
    2. Retrieving individual data
      Hi am trying to retrieve indivual data from a database and i keep getting the following error. Microsoft VBScript compilation (0x800A0401)...
    3. Retrieving data from (irregular) XML
      I am retrieving XML files like the one at the end of this post. I can use xmlParse to create the object and retrieve elements. However I need to...
    4. PHP problem retrieving data
      I'm not sure why this isn't working, but it's giving me no output. I have a form which requests email and city to pull up a listing, then Email that...
    5. Forms and retrieving data
      Hello, I'm a new user to DWMX and am quite the novice. My question is: How do you retrieve data / information from a form? I created a survey about...
  3. #2

    Default Re: Retrieving Updated Data

    Thanks Saurabh.

    However, I'm not that good with T-SQL. Are there any tutorials available
    that make use of the technique you prescribed?

    Roshawn


    Roshawn Guest

  4. #3

    Default Re: Retrieving Updated Data

    The best guide for T-SQL is from Microsoft I am giving the URL below
    [ [url]http://msdn.microsoft.com/library/?url=/library/en-us/tsqlref/ts_ua-uz_82n9.asp?frame=true[/url] ]


    --
    Regards,
    Saurabh Nandu
    AksTech Solutions, reflecting your needs...
    [ [url]www.AksTech.com[/url] ]
    [ [url]www.MasterCSharp.com[/url] ]



    "Roshawn" wrote:
    > Thanks Saurabh.
    >
    > However, I'm not that good with T-SQL. Are there any tutorials available
    > that make use of the technique you prescribed?
    >
    > Roshawn
    >
    >
    >
    Saurabh Nandu Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139