home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / 5839 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!mcsun!sun4nl!relay.philips.nl!philce!lamboo
  3. From: lamboo@ce.philips.nl (Vic Lamboo)
  4. Subject: Sybase problem
  5. Message-ID: <1992Jul30.123240.2194@philce.ce.philips.nl>
  6. Sender: usenet@philce.ce.philips.nl (USENET post news)
  7. Organization: Philips Consumer Electronics, Eindhoven
  8. Date: Thu, 30 Jul 1992 12:32:40 GMT
  9. Lines: 29
  10.  
  11. Hello,
  12.  
  13. Basically, we have a european system with a Sybase server and
  14.                    an american system with a Sybase server.
  15. These two DB need to contain the same data.
  16.  
  17. Updating them both at the same time is not allowable because the no updates
  18. can be done if one system is down or if the connection is down.
  19.  
  20. So I have to write a 'Store and Forward' procedure.  Sybase will make a
  21. 'replication server' which can handle this but this will only be
  22. in production by the end of december which is too late for us.
  23.  
  24. I don't feel like reinventing the weel, so how can I solve problems like this:
  25. - connection is down
  26. - In both DB an object X is created
  27. - connection is up again
  28. - I try to forward object X to the other DB but there is is rejected because
  29.   it already exists.
  30. What are the possibilities then?
  31. Any references to articles or other literature will be greatly appreciated.
  32. Algorithms also.
  33.  
  34. Thanx in advance,
  35.  
  36. Marc Van Daele
  37. Lernout and Hauspie Speech Products
  38. vdaele@ieper.lhs.be
  39.  
  40.