Inserting, updating and deleting data using Stored Procedure

Home Page Forums BizTalk 2004 – BizTalk 2010 Inserting, updating and deleting data using Stored Procedure Inserting, updating and deleting data using Stored Procedure

#13915

When you run the SQL Adapter inside Visual Studio, it builds a schema that allows you to map to the parms of the stored proc.

I find it easier if the stored proc returns at least one row, even if it is a \”Select return-code\” or something like that. You then do a Send to an Send Port (Request/Response with SQL Adapter) followed by a receive inside the orchestration.

I have an entire CD dedicated to SQL – see below.