Ask a Question related to ASP.NET Web Services, Design and Development.
-
moko #1
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
-
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... -
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... -
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... -
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... -
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... -
Jan Tielens #2
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



Reply With Quote

