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?
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.
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