InfoCenter Home >
4: Developing applications >
4.2: Building Web applications >
4.2.2: Developing JSP files >
4.2.2.3: Overview of JSP file content >
4.2.2.3.7: IBM extensions to JSP syntax >
4.2.2.3.7.2: JSP syntax: Tags for database access >
4.2.2.3.7.2.4: JSP syntax: <tsx:dbmodify> tag syntax
4.2.2.3.7.2.4: JSP syntax: <tsx:dbmodify> tag syntax
<%-- Any valid database update commands can be placed within the DBMODIFY tag. -->
<%-- Any other syntax, including HTML comments, are not valid. -->
<tsx:dbmodify connection="connection_id">
</tsx:dbmodify>
where:
- connection
The identifier of a <DBCONNECT> tag in this JSP file. The <DBCONNECT> tag provides
the database URL, driver name, and (optionally) the user ID and password for the connection.
- Database commands
Valid database commands. Refer to your database documentation for details
|
|