View Single Post
  #1 (permalink)  
Old July 7th, 2009, 01:59 AM
arnabghosh arnabghosh is offline
Friend of Wrox
Points: 577, Level: 8
Points: 577, Level: 8 Points: 577, Level: 8 Points: 577, Level: 8
Activity: 2%
Activity: 2% Activity: 2% Activity: 2%
 
Join Date: Apr 2005
Location: Kolkata, West Bengal, India.
Posts: 115
Thanks: 0
Thanked 0 Times in 0 Posts
Question Synchronizing local database with Remote Database

Hi All,

I am using an ASP page where I am fetching data from my local Oracle database. Now with a click of a SUBMIT Button I need to insert this data into SQL Server database located in a Remote Web Server. How can I do this?

Picking data from local Oracle Database is not a problem. Inserting it into Remote SQL Server Database is a problem. How to form a Connection String that I can use to insert data into remote SQL Server Database.

Can some one help me out. I need sample Connection strings to test it at my end.


Any help on this will be highly appreciated.
Reply With Quote