Webservices for inserting values from one server to another server using C#.NET
-
Hi all, I need to insert the values from one server to anther server automatically using web services C#.NET. For Example, Two servers : Server 1 , Server 2. Both the servers are located in different places. Once the values are inserted in Server 1 Database,it should be automatically inserted in Server 2 Database using Web services(online). Can anyone pls help me... Thanks in advance...
-
Hi all, I need to insert the values from one server to anther server automatically using web services C#.NET. For Example, Two servers : Server 1 , Server 2. Both the servers are located in different places. Once the values are inserted in Server 1 Database,it should be automatically inserted in Server 2 Database using Web services(online). Can anyone pls help me... Thanks in advance...
I have come across slower ways to process data, but most of those involve pencils. I recommend you take a look at SQL Replication, which can replicate over VPN or directly over the web. MSDN: Replication[^]
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles] [My Website]
-
Hi all, I need to insert the values from one server to anther server automatically using web services C#.NET. For Example, Two servers : Server 1 , Server 2. Both the servers are located in different places. Once the values are inserted in Server 1 Database,it should be automatically inserted in Server 2 Database using Web services(online). Can anyone pls help me... Thanks in advance...
You can create an web service type application that accepts a command to execute on a database. This application can then contact the two databases and perform the insertion on both databases.
Plecco Technologies, Inc. Web Design | Software Development | Internet Marketing
modified on Wednesday, January 27, 2010 9:58 AM