Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service

Status
Not open for further replies.

hf28

Programmer
Oct 23, 2003
54
US
I'm new in C# and Web Services. I have 2 different DB's, say A and B. "A" is the main one. I'll have to take data from the B and load it into the A. I've created a Web Service to read the data from the B.
How can I insert the gotten data into A, using my Web Service?

Thanks a lot in advance.
 
Take the code you wrote to retrieve the values from DB B, and change the SQL to use an INSERT statement.

Chip H.

____________________________________________________________________
Click here to learn Ways to help with Tsunami Relief
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top