I’ve been putting together a map which outputs to a complex schema created by the SQL Adapter wizard. The problem is, the query I fed to the wizard left out some table columns I now need to access. It’s a lot of work to run the wizard again and redo the map, and I don’t know if it’s safe to modify the query in the schema, (I could do that outside BizTalk using an XML editor), so I thought it would be less work to add some database functoids to the existing map.
Now here comes the crunch. The table I want to get data from, has a two-column primary key, but the database functoid only accepts one column name as an input. How do I work round this? If anyone knows, you have my gratitude forever!
🙄 J