Modify

Use the Modify bean modify32.gif (372 bytes) to run SQL INSERT, UPDATE, or DELETE statements without first running a query and retrieving its result set.

Modify Bean Properties

action
Specifies the connection alias and SQL specification for the Modify bean. See Specifying a Connection Alias and Making an SQL Specification for further information.
beanName
Specifies the name of the Modify bean instance. It must follow standard naming rules for beans. The default name is Modifyn, where n is the number of Modify beans with default names; for example, the first default name is Modify1.
timeout
The maximum number of seconds allowed for the statement to execute. The default value is 0, which means no maximum.
 


Related procedures
Accessing Relational Data
Related references
DBNavigator
ProcedureCall