Answered by:
BizTalk SQL Adpater Send-Receive not working Sending Data to Database and reciving data from that same port.is it possible

Question
-
BizTalk SQL Adpater Send-Receive not working
Sending Data to Database and reciving data from that same port.is it possibleWednesday, July 20, 2011 4:46 PM
Answers
-
Hi Niranjan,
Your requirement is quite possible using BizTalk SQL Adapter. But I would suggest you to use the WCF based SQL Adapter.
Sample links:
Rgds,
Abhijit
Abhijit Mahato - Microsoft Community Contributor 2011 - MCTS BizTalk Server blog: http://abhijitmahato.wordpress.com/ Please "Mark as Answer" if Post has Answered the Question- Proposed as answer by Leonid GanelineModerator Tuesday, July 26, 2011 7:24 AM
- Marked as answer by Steef-Jan WiggersMVP, Moderator Tuesday, July 26, 2011 3:11 PM
Thursday, July 21, 2011 7:13 AM -
Hi,
If you are performing table operation or calling a stored procedure then it will go through same port. For guidance/example see my post on table operations and calling stored-procedure. I agree/second Abhijit comment on using WCF-SQL. If you are working with BizTalk 2009 or 2010 then you should. The SQL Adapter is deprecated and will be enhanced any longer.
HTH
Regards,
Steef-Jan Wiggers
MVP & MCTS BizTalk Server 2010
http://soa-thoughts.blogspot.com/
If this answers your question please mark it accordingly
BizTalk- Proposed as answer by Leonid GanelineModerator Tuesday, July 26, 2011 7:24 AM
- Marked as answer by Steef-Jan WiggersMVP, Moderator Tuesday, July 26, 2011 3:11 PM
Sunday, July 24, 2011 8:26 AMModerator
All replies
-
Yes it is possible. You can use the store procedure in SQL and and pass data to its parameters and can get data from it. What exactly is your requirement.
Please mark as answer or vote as helpful if my reply does [Regards-Rohit Sharma http://rohitbiztalk.blogspot.com/]Thursday, July 21, 2011 4:39 AMModerator -
It is possible and this link might help http://www.codeproject.com/KB/biztalk/usingsqladapter.aspx
Thanks, RajaThursday, July 21, 2011 6:50 AM -
Hi Niranjan,
Your requirement is quite possible using BizTalk SQL Adapter. But I would suggest you to use the WCF based SQL Adapter.
Sample links:
Rgds,
Abhijit
Abhijit Mahato - Microsoft Community Contributor 2011 - MCTS BizTalk Server blog: http://abhijitmahato.wordpress.com/ Please "Mark as Answer" if Post has Answered the Question- Proposed as answer by Leonid GanelineModerator Tuesday, July 26, 2011 7:24 AM
- Marked as answer by Steef-Jan WiggersMVP, Moderator Tuesday, July 26, 2011 3:11 PM
Thursday, July 21, 2011 7:13 AM -
Hi,
If you are performing table operation or calling a stored procedure then it will go through same port. For guidance/example see my post on table operations and calling stored-procedure. I agree/second Abhijit comment on using WCF-SQL. If you are working with BizTalk 2009 or 2010 then you should. The SQL Adapter is deprecated and will be enhanced any longer.
HTH
Regards,
Steef-Jan Wiggers
MVP & MCTS BizTalk Server 2010
http://soa-thoughts.blogspot.com/
If this answers your question please mark it accordingly
BizTalk- Proposed as answer by Leonid GanelineModerator Tuesday, July 26, 2011 7:24 AM
- Marked as answer by Steef-Jan WiggersMVP, Moderator Tuesday, July 26, 2011 3:11 PM
Sunday, July 24, 2011 8:26 AMModerator