|
| 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.
When using the jConn or Data Direct 3.3 driver and connecting to a Sybase database, stored procedures that are supposed to return multiple result sets do not return any data. To avoid this problem, you can either use the sun.jdbc.odbc.JdbcOdbcDriver instead or you can add set nocount on to your stored procedure definition.
Path to the shared configuration resource containing the JDBC connection information. See JDBC Connection for more information about JDBC resources. Note: The input parameters and output parameters are displayed when you use the Select Procedure/Function button. TIBCO Designer retrieves the signature of each stored procedure/function from the database once. If you change the signature while editing your project, you must click the Refresh button to retrieve the changes from the database.
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.
The output of the database procedure may return other result sets. These result sets are returned in this output item as an XML string. Create a Schema resource to describe these result sets, then use the Parse XML activity to parse the XML based on the schema. You can then use the parsed output in subsequent activities.See TIBCO ActiveMatrix BusinessWorks Release Notes for a more detailed description of this procedure. This is an optional element that appears only when the property java.property.bw.activity.output.stats.elapsedTime.JDBCCallActivity 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 |