views:

68

answers:

2

I am newbie in this Biztalk world and up to now i am able to read file and send that data to sql and vice versa using orchestration and by configurating physical ports in biztalk administration,but i want to receive and send data using sql-adapter in single orchestration,even if its not using single orchestation than also i want the way to do it,and also i want to understand all the functoids if any example available,i am crecking head on this from last 3 days,so any help would be appreciated...

thxs in advance

+2  A: 

I would start with the links below 1. http://www.microsoft.com/biztalk/en/us/adapters-included.aspx 2. It is very easy to develop a custom adapter using SDK and Adapter Pack ( you can find more info on the same link on the right side under Adapters)

and also a great resource

http://www.microsoft.com/biztalk/en/us/reviewers-guide.aspx

ashish jaiman
+1  A: 

Hi Anand, It looks like you are in the very beginning stages of learning BizTalk. I would advise you to spend some time learning the basics. There are very good resources listed here

http://biztalk247.com/educate.aspx

http://biztalk247.com/learnmedia.aspx

There is virtual labs sections for various topics..spend a day or two going through all the example.

http://www.cloudcasts.net/ is another resource I'll recommend, where they got lot of small videos help you understand topics.

I'll ignore the advice from Ashish Jaiman, custom adapter development is not a trivial task and its for advanced BizTalk developers

Saravana Kumar