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
September 4, 2006 at 10:18 PM
#15548
Well, in the past I have use a “start message” that gets sent to BizTalk from a scheduled task or windows service. Then, I put my code after the receive shape inside an expression shape. The start message doesn’t do anything but start the Orchestration.
It might make sense to look at the community ODBC adapter on gotdotnet. Or even write your own customer adapter to read from the database (this will take some time though).
Hope this helps.