home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7769 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.4 KB  |  43 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!think.com!sdd.hp.com!apollo.hp.com!cupnews0.cup.hp.com!dhepner
  3. From: dhepner@cup.hp.com (Dan Hepner)
  4. Subject: Re: What is X/Open Distributed Transaction Processing
  5. Sender: news@cupnews0.cup.hp.com
  6. Message-ID: <BxKvAz.DFF@cup.hp.com>
  7. Date: Thu, 12 Nov 1992 00:42:34 GMT
  8. References: <40905@sdcc12.ucsd.edu>
  9. Organization: Hewlett-Packard
  10. X-Newsreader: Tin 1.1scd1 PL4
  11. Lines: 30
  12.  
  13. Subject: Re: What is X/Open Distributed Transaction Processing
  14.  
  15. >What is X/Open Distributed Transaction Processing?
  16.  
  17. A set of interface definitions which support distributed applications
  18. doing transaction processing.
  19.  
  20. >It may be of some use to us here.
  21. >We are working on a distributed database project.
  22.  
  23. Check out RDA, or SQL access.  These are standards in
  24. support of distributed databases.  Actually, most RDBMS
  25. vendors already have reasonable distributed database
  26. products.
  27.  
  28. The essential difference is what you can send to the remote
  29. site, and what kind of processing you can do at the remote
  30. site.
  31.  
  32. With a distributed application, you can send whatever you
  33. like to the remote site, which is received by an arbitrarily
  34. complex program, usually written in C or Cobol.
  35.  
  36. With a distributed database, you can send SQL statements
  37. to the remote site.  You may have the opportunity to
  38. write complex "stored procedures" in a proprietary
  39. stored procedure language, and invoke these procedures
  40. with an SQL statement.
  41.  
  42. Dan Hepner
  43.