BizTalk Server Orchestration - Dynamic use of generated SQLAdapter

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > June 2005 > Dynamic use of generated SQLAdapter





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Dynamic use of generated SQLAdapter
Ken

2005-06-08, 7:47 am

I am currently working on a project which include Biztalk 2004. The
project aims at gathering data from several databases (both via select
statements and stored procedures) as well as databases.
This data will then be used by the Biztalk Rule engine to determine an
outcome based on all this data.

Here is the flow broken in to pseudo-code.

1. Get a list of rows from a database (called: "DB1")
via an SQLAdapter ("SQLAdapter1") which contains a commond ID
2. Disassembling this result set using the SQL Adapter and schema
envelope so we get seperate messages which we can process one
by one (ID by ID).
3. Call SQLAdapter2 which accesses another database (called: "DB2").
SQLAdapter2 in turn calls a stored procedure which returns data
based on the common ID found in step 1/2.

How do you map the promoted property of an message ("commonID")
to this stored procedure parameter?


Thanks in advance
Ken

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com