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.
How can I insert the gotten data into A, using my Web Service?
Thanks a lot in advance.