David Marconnet gives out a simple but very useful tip when dealing with SQL adapter. I have to quote it here cause I need it all the time: 1. Use “add generated items” instead of trying to create the schema and ports yourself2. Make sure your SQL in the procedure ends with “for xml auto, xmldata” BEFORE you add generated items. Then remove the “, xmldata” part when you have your orchestration running.3. Make sure in the adapter properties of your send port that...
Suddenly forget what's difference between distinguished field property field Lucky to get Stephen W. Thomas' blog as a quick reference: http://geekswithblogs.net/s
Just find this answer off Darren's blog when I have this problem with Request.ApplicationPath. http://weblogs.asp.net/dnei...