Home Page › Forums › BizTalk 2004 – BizTalk 2010 › is it possible to insert, update records on a table directly inside a orchestration › Re: is it possible to insert, update records on a table directly inside a orchestration
November 28, 2008 at 6:59 AM
#21277
But keep in mind that SQL Adapter operations are not enlisted with current transaction…
That is your Inserts and updates (done with SQL adapter) won’t be rolled back on error.
Use Custom Code to acheive SQL transaction support.