If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Syncing updates betweent two databases

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-10-04, 11:36
parth parth is offline
Registered User
 
Join Date: Sep 2004
Posts: 11
Syncing updates betweent two databases

I have posted this question in Informix forum too. But I thought its more suited here so I am duplicating it here. Thanks.
----

I am writing an appliation which has to update similar fields on two databases. Due to legacy system and bad design they are on different servers and you ahve to go and explicitly add the changes in both.

So I need to change both adn in the end make sure both the changes are good otherwise roll back. Is there any standard method to do such a thing ? Even an abstract description would be helpful. I was thinking in terms of runnign a select querry on both of em adn comparing the results, but I have a feeling that it may be heavy weight and stupid .

Thanks, a lot
Reply With Quote
  #2 (permalink)  
Old 09-10-04, 13:10
MattR MattR is offline
Registered User
 
Join Date: Mar 2001
Location: Lexington, KY
Posts: 606
Sybase Replication Server operates with Informix, from what I recall. Otherwise you might want to see if Informix has a replication product (I bet they do) to replicate changes from one DB to another.
__________________
Thanks,

Matt
Reply With Quote
  #3 (permalink)  
Old 09-10-04, 14:30
parth parth is offline
Registered User
 
Join Date: Sep 2004
Posts: 11
Thanks for the reply .I doubt whether we have such a product. Its a bare bones database, here and I will have to take care of the programatically. Is there a standard procedure peopel use for such a thing?

Thanks!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On