|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
If this activity is not part of a transaction group, the SQL statement is committed after the activity completes. If this activity is part of a transaction group, the SQL statement is committed or rolled back with the other JDBC activities in the group at the end of the transaction. See TIBCO ActiveMatrix BusinessWorks Process Design for more information about creating groups for transactions.
See Prepared Parameters for a description of this field.The ? replaces the value, and you can then provide input to the SQL statement from process data on the input tab.You can optionally specify names for each prepared parameter. By default, the prepared parameters are named Prepared_Param_1, Prepared_Param_2, and so on.
Note: Many databases treat empty strings and nulls as the same, so this field will not affect how the database interprets empty strings.
Specifies the time zone for the database server. See Time Zone Construction for more information about how time zones are constructed using this field.You can use the Constants tab in the XPath Formula Builder to supply a valid time zone name. The list of time zone names is generated from java.util.TimeZone.getAvailableIDs(). See Time Zone Names for the list of valid time zone names.
This is an optional element that appears only when the property java.property.bw.activity.output.stats.elapsedTime.JDBCUpdateActivity is set to true in designer.tra. For run-time, set the property to true in the bwengine.tra file. By default, the property is set to false.You can turn off the property and not calculate the elapsed time at run-time by setting the property java.property.bw.activity.output.stats.elapsedTime.turnoff in the bwengine.tra file. However, note that setting this property will turn off the calculation of elapsed time at run-time for all the JDBC activities.The Error Output tab lists the possible exceptions that can be thrown by this activity. See TIBCO ActiveMatrix BusinessWorks Error Codes for more information about error codes and corrective action to take.
An invalid timezone was specified. See Time Zone Names for a list of valid timezones.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |