Database integration service - update/delete record

2 posts / 0 new
Last post
Offline
Last seen: 4 years 6 months ago
Joined: 10/20/2019
Posts: 1
Database integration service - update/delete record

Hi,

I understand that it is possible to use database integration service to write data into database. Is it possible to also perform update or delete to database record?

Keywords:
Offline
Last seen: 3 years 1 month ago
Joined: 01/15/2013
Posts: 94

Hi,

Yes, it is possible. UPDATE will work similarly to how INSERT does, it will update the already existing DDS instance with the new values on the table. For DELETE, the instance represented by the row in the DB will be disposed.

Thanks,

Juanlu