Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Database Replication Theory

Database Replication Theory

From: Steven Harris <stv454_at_cix.co.uk>
Date: 2000/01/21
Message-ID: <memo.20000121124447.10153F@stv454.compulink.co.uk>#1/1

Has anyone looked into replication?

What I want to do, is to add the necessary code to my current application which uses .dbf files.

I presume I need to track each record's timestamp and userkey, and have some unique primary key generator for any new records that are added. Perhaps the CLSID algorithm could be used? I guess I also need to add fields which track when the last synchronisation was performed, so the program knows which records need to be resolved.

I am guessing there are lots of other issues involved, and I just wondered if anyone has looked into it before I spend time on it.

Thanks. Received on Fri Jan 21 2000 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US