Obtaining a response from an SQL Stored Procedure

Home Page Forums BizTalk 2004 – BizTalk 2010 Obtaining a response from an SQL Stored Procedure

Viewing 1 reply thread
  • Author
    Posts
    • #13132

      Hello

      I am calling a stored procedure from within BizTalk.

      Inside the stored procedure I have a variable called isOK whcih is set to 0 at first but if everything executes inside the SP it sets the variable to 1.

      Now I have a decide shape inside my orchestration and I want to say …

      If SP.isOK = 1 then …..

      Else ……..

      But how do I access the isOK variable from within an orchestration?

      Regards
      JMan

    • #13133

      you can access your variable by using select ststement
      SELECT @ISOK AS ISOK FOR XML RAW

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.