You are here: Working with Task Components > JDBC Update Task

JDBC Update Task

The Java Database Connectivity (JDBC) Update Task allows you to perform a SQL Update against a JDBC-compliant database. The where clause of the SQL Select statement can contain mappable parameters whose values are determined at runtime. For example, you might want to select rows from the "Employees" database table where the value in the "name" column matches a value obtained from another database resource—a value that will be available only at runtime.