RelDBUpdateProcess |
![]() ![]() ![]() |
org.moremotion.mmcomp.reldb.RelDBUpdateProcess class existing in mmcomp_reldb.jar extends MoreMotion's org.moremotion.process.Process base class and it is used to update relational data bases with the Update SQL statements given as parameters. This class is configured as follows.
Parameters conn (Accepts MScript) The name of a JDBC connection that is configured with jdbcConnection element. query (Accepts MScript) In this parameter one or more update query statements can be defined. The statements can be constructed using MScript.
Stored Procedures: In addition to the regular update queries you can also make stored procedure calls in this parameter. Depending on the JDBC driver the stored procedure call can be made directly or by enclosing within '{' and '}' characters. Example: {call my_stored_procedure} Completion Codes This Process returns the following completion codes
|