Can a web service update a database ?

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

  1. #1

    Default Can a web service update a database ?

    Traditionally, examples of web service show them serving some data back to
    the clients. Can they update to a DB on the server too ?


    moko Guest

  2. Similar Questions and Discussions

    1. Flex3 update web service reference
      From within FlexBuilder3, I can go to "Data/Manage Web Services..." select a web service, and click "Update" to ensure that my code and the server...
    2. update database
      I have a database where I need to input values that I calculate. I only need to do this once, so I wanted to write a template to do this quickly. I...
    3. Web Service fails after update
      I have a situation in which I have a .cfm page on my server which invokes a CF web service on the same server. Everything is fine except that when I...
    4. Database Update Error
      I have a guestbook form that inserts the fields into an Access Database. The database is residing in the "fpdb" folder that was created by...
    5. update from between database
      I have a Informix Database on Solaris and a SQL database. I need to update from Informix to SQL daily. Is there any easy way of doing it? BTW, I...
  3. #2

    Default Re: Can a web service update a database ?

    Yes, ofcourse, they can do anything you want them to do! Just write the code
    in the WebMethod to update the database, based for example on the parameters
    you got.


    --
    Greetz,
    Jan
    __________________________________
    Read my weblog: [url]http://weblogs.asp.net/jan[/url]
    "moko" <nospam-r_chakravarthy@hotmail.com> schreef in bericht
    news:%23YGgXk8uDHA.2712@tk2msftngp13.phx.gbl...
    > Traditionally, examples of web service show them serving some data back to
    > the clients. Can they update to a DB on the server too ?
    >
    >

    Jan Tielens 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