Re: Connecting BizTalk to MySQL with BTS2K6 Dynamic ODBC Adapter

Home Page Forums BizTalk 2004 – BizTalk 2010 Connecting BizTalk to MySQL with BTS2K6 Dynamic ODBC Adapter Re: Connecting BizTalk to MySQL with BTS2K6 Dynamic ODBC Adapter

#15542

Yes ! Good Idea, I could easily do that with an external .NET class wich connect to MySQL DB.

But in an orchestration, I have to begin with a receive shape, (I guess you know that better than me…) ? Where do you think I can put the .NET class ? In a "Construct Message" shape or an "Expression" shape ? Before the "Receive" shape ?

 Indeed, the first thing my scenario has to do is to retrieve data from MySQL DB.

 Thank you a lot for your help.