Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can enter up to two procedure names for OCI and OLE DB drivers manually or by using the 'Select procedure' window. After clicking the OK button, the procedure will be downloaded via DB request and the input variables will be loaded into DB Lookup object. The Exported XSLT translator will now include code such as the example below:

Code Block
<EVENT> <MSG_TYPE>MTQUERY</MSG_TYPE><SUB_MSG_TYPE>QS_CODES_TRANSLATIONS</SUB_MSG_TYPE> <IMPL DRIVER="OCI"SQLTYPE="PROCEDURE">PACE_MASTERDBO.ESTAR_CODES.QS_CODES_TRANSLATIONS</IMPL> <IMPL DRIVER="OLEDB"SQLTYPE="PROCEDURE">PACE_MASTER.DBO.QS_CODES_TRANSLATIONS</IMPL><PARAMETERS>

This issue was tracked as Item #122100.

...