all groups > dotnet web services > july 2004 >
You're in the

dotnet web services

group:

My first Web Service?



My first Web Service? William Gower
7/26/2004 6:57:56 PM
dotnet web services: I have a web application in vb.net that allows a member to log in and change
their address information. I then save the changes in a database. I would
like to then download the changes to the company's main database on a pc and
upload their changes to the database on the web site. i want this to be
done automatically. Does this sound like a situation for a web service?
I assume that I will have to have a client program running on the pc that
will connect to the database on the web server and initiate the download and
upload procedure.

Re: My first Web Service? Dino Chiesa [Microsoft]
7/27/2004 4:52:38 PM
nope.

it sounds like a Data Transformation job.
If you have SQL Server tools you can use the DTS wizard to do this.


[quoted text, click to view]

AddThis Social Bookmark Button