Use comments - connect_cdc_sqdata - Latest

Connect CDC (SQData) Replicator Engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Replicator Engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-08-01
ft:lastPublication
2024-08-01T16:58:30.842568

Connect CDC (SQData) supports two (2) types of comments in a Replicator script, line comments, and block comments.

Line comments require two (2) dashes (--) in front of the comment text on each line in which a comment is entered as shown in the following example.

-- THIS IS COMMENT LINE A

-- THIS IS COMMENT LINE B

Block comments can be used for several comment lines of text rather than entering a series of line commands. Block comments require delimited by a ‘/*’ before the comment block and a ‘*/’ at the end of the comment block as illustrated below.
/* This is a block comment
  where the text is delimited by
  the special characters that appear
  before and after this text */