版次注意事項


6.3 Chapter 9. Designing Distributed Databases

6.3.1 Updating Multiple Databases

In the section "Updating Multiple Databases", the list of setup steps has an inaccuracy. Step 4, which now reads as follows:

   Precompile your application program to specify a type 2 connection
   (that is, specify CONNECT 2 on the PRECOMPILE PROGRAM command), and
   one-phase commit (that is, specify SYNCPOINT ONEPHASE on the
   PRECOMPILE PROGRAM command), as described in the Application
   Development Guide. 

should be changed to:

   Precompile your application program to specify a type 2 connection
   (that is, specify CONNECT 2 on the PRECOMPILE PROGRAM command), and
   two-phase commit (that is, specify SYNCPOINT TWOPHASE on the
   PRECOMPILE PROGRAM command), as described in the Application
   Development Guide. 


[ 頁面頂端 | 前一頁 | 下一頁 | 目錄 | 索引 ]