Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Custom Database Functoid › Re: Custom Database Functoid
January 5, 2007 at 7:35 AM
#17136
Have you found "DBFunktoids"?
http://blogs.msdn.com/ebattalio/archive/2006/02/16/DBFunktoids.aspx
DBFunktoids – SQL Server Stored Procedure Functoid / Extractor Functoids
DBFunktoids is a collection of three functoids that enable the invocation and manipulation of SQL Server 2000 / 2005 stored procedures and their results. You can find a zip with the project and a compiled assembly at the end of this article.
DBFunktoids were written for BizTalk 2006 and the .NET Framework 2.0. If there is enough interest, I can port the project back to BizTalk 2004 (it should pretty much be code copy with a replacement of a Dictionary Generic with a Hashtable).
DBFunktoids are described below.
…