Writing to the database

To write data to a database, define a statement in the database connection point. The statement determines how incoming values are inserted, updated, or deleted within the target table. Use parameters and mappings to control which fields are written and how they align with the database structure.