We are using SQL Adapter in biztalk orchestration and giving stored procedure to that SQl Adapter.
I want to select 13-14 fields from database using SQL Adapter but want to give a shema of only one field. Is it possible to me?
Or there is a need to give a input message to SQL Adapter related to fields in SELECT statement. Can we give different schema as input to SQL Adapter?.
I have not worked with the SQL Adapter much. I do not know if what you are talking about is possible. The SQL Adapter is really there to return data to you.