Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

{DTLIMTYPE=BA|AI|TU} Escape Sequence

{DTLIMTYPE=BA|AI|TU} Escape Sequence

Enables users to specify the capture image type when accessing PowerExchange Change Data Capture through ODBC:
  • BA
    . Delivers the before image (before the latest change) and the after image (the latest change). The before image is shipped with an action character forcing the deletion of the record. The after image (which includes the change data) is in the format of an Insert.
  • AI
    . Delivers only the after image data for the update.
  • TU
    . Delivers the data before and after images as they occur. The before image is shipped to enable the application to ensure nothing has changed in that record since the request. The after image comes through as a change (or Update) record. The update is still a full image but the application picking this up will be able to change the target record rather than Delete it and Insert the new one as when using BA.

0 COMMENTS

We’d like to hear from you!