Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Problem with SQL adapter in biztalk 2006 › Re: Problem with SQL adapter in biztalk 2006
February 26, 2008 at 10:04 AM
#18988
Hello Stranger,
Could you please provide more information. What is your stored procedure code like that is being called by the BizTalk SQL Adapter ? Are you trying to return multiple rows set of data or a single row of data, have you specified that the data being returned is in xml within the stored procedure? If you are trying to return multiple rows of data then it has to be catered for in your orchestration. This is my suspicion obviously it’s only a hutch because I need more information.