Board index » delphi » Database Replication using dial up clients and Paradox tables - Help Please
pmdc
![]() Delphi Developer |
Sun, 21 Mar 1999 03:00:00 GMT
|
pmdc
![]() Delphi Developer |
Sun, 21 Mar 1999 03:00:00 GMT
Database Replication using dial up clients and Paradox tables - Help PleaseWe will have several dialup clients to our Windows NT LAN. Each of these Thanks for your help. Please also send email in addition to a post. Jim Berry |
Magnus Wikegar
![]() Delphi Developer |
Mon, 22 Mar 1999 03:00:00 GMT
Re:Database Replication using dial up clients and Paradox tables - Help PleaseQuotepmdc wrote: Magnus |
DreamQueste
![]() Delphi Developer |
Mon, 22 Mar 1999 03:00:00 GMT
Re:Database Replication using dial up clients and Paradox tables - Help PleaseQuote> > We will have several dialup clients to our Windows NT LAN. Each of evaporated. I don't know of any 'automatic' software that does this (not that I've looked <g>). Here are some basic principles that came to my mind at the time: 1. Use blocks of unique ID's for each client app for new records, much like As a recent article (can't remember where) said, data replication is a big I look forward to reading the suggestions of others - it's a fascinating Hope this helps, Boris Bosnjak |
Walt
![]() Delphi Developer |
Fri, 26 Mar 1999 03:00:00 GMT
Re:Database Replication using dial up clients and Paradox tables - Help PleaseHello, Regards, Magnus Wikegard <wikeg...@mbox300.swipnet.se> wrote in article Quote> pmdc wrote: |
Glenn Cho
![]() Delphi Developer |
Sat, 27 Mar 1999 03:00:00 GMT
Re:Database Replication using dial up clients and Paradox tables - Help PleaseQuote>Magnus Wikegard <wikeg...@mbox300.swipnet.se> wrote in article using Paradox. Here are some quick notes on my planned implementation. 1. Primary keys are now a composite of a Long integer ("ID") and a 2. Each table also has "LastPub" and a TimeStamp Field Added. 3. on the afterpost/AfterDelete Events for each table changes will be 4. This log table will be transferred to the "Main" database where I will 5. Conflicts can be found by combining the log tables, sorting by 6. Once these updates have performed from the remote databases the log 7. Any conflicts will be printed in a report and will probably be in favor 8. If a conflict is resolved in favor of the Main database, this change must The replication is not a priority in my project. However, I will be Does anybody want to share the programming/testing for a replication module???? Glenn |
Stephen Eat
![]() Delphi Developer |
Mon, 29 Mar 1999 03:00:00 GMT
Re:Database Replication using dial up clients and Paradox tables - Help PleaseThere is a white papaer that has a good explanation how Microsoft Maybe you might look at going to Access 95, as it has it all built in. Hope this helps. Quotepmdc <p...@xroads.com> wrote: |
2. how to do Data Replication using paradox ?
3. Using Indy SMTP client component..help please
4. Replication of Database tables and data
6. DBRichedit replication problem PLEASE HELP ME
8. Can't delete field from Paradox 5.0 table using Database Desktop 5.1
9. HELP PLEASE Index Out of date on paradox tables - delphi 6