Re: DataBase LookUp functoid issue

Home Page Forums BizTalk 2004 – BizTalk 2010 DataBase LookUp functoid issue Re: DataBase LookUp functoid issue

#18212

Database functoid will return the record set for a given row id. Using Table Extractors, you can get a specific column value for any column. For example, if you have 100 columns in the table and want to get the values for 10 columns, you will have to use 10 table extractor functoids. If you are planning to retrieve multiple rows in one DB lookup functoid, I don't think there is a way to do it. Anyway, there are some known issues with DB loopup functoid. It will not work properly if you use it for the situation where you are sending a bunch of messages at a time from the map. You better write your own script for this purpose.