Hello,
i'm using KINGSWAYSOFT Adapter to Connect into MSDynamics CRM 2016 onpromise.
i'm using SSIS and SSDT to design my package.
Is there any way to update column with a conditional way ( i want to update in my column all data equal "TOTO" Updating to "Existing", for exemple).
- How i can execute this SQL command with KINGSWAYSOFT ?
UPDATE Table
SET name='Existing'
WHERE name='TOTO'
or there is onother way to do the same thing ?
Thanks a lot.









