cancel
Showing results for 
Search instead for 
Did you mean: 

Update sentence in JDBC SENDER

Former Member
0 Kudos

Hi mates,

I have a doubt about a sentence update in JDBC SENDER adater.

This update we apply, is from all the Database or from de Select we do??

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use "serializable" option in advanced mode to update exactly same records which are picked by select query.

Warm Regards,

Gouri

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The databasename is specified in the connection string. The update statement will have scope of only this database.

Ideally the update statement should have the same where conditions as the select statement, so that exactly the same records are updated which are selected.

To be doubly sure of the sync between select and update statements check the DB issolation level parameter in JDBC sender adapter.

Hope this helps.

Regards,

Siddhesh S.Tawate

rajasekhar_reddy14
Active Contributor
0 Kudos
Former Member
0 Kudos

The update is like a normal statement how we execute in the SQL ...

that is whatever the update statement you provide in the sender adapter the same will be executed in the respective database tables

HTH

Rajesh