![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
CALL SIMPLESELECT(selection)
• The syntax for selection is <field name><relational operator><expression>. For valid expressions, refer to the TIBCO Object Service Broker Programming in Rules manual.
• The local variable SEL_STR must be declared by the calling rule. It contains the processed selection string in a format suitable for use in FORALLA. SEL_STR must be reinitialized to the empty string between calls of SIMPLESELECT.
• The local variable IN_TBL must be declared by the calling rule. It contains the name of the table the selection is on.
• The local variable MSG must be declared by the calling rule. It contains the error message if SIMPLESELECT fails.
Raised if there is a syntax error in the selection. Returns an error message in MSG.
1. Takes an Author supplied by the user and calls SIMPLESELECT to build a selection string for TABLES WHERE AUTHOR = value.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |