Re: BizTalk 2004 SQL Adapter
From: Michael (Michael_at_xyzzy.com)
Date: 04/19/04
- Next message: meron fridman: "Re: BizTalk Server 2004 Tutorial: Module 1 - Build failed."
- Previous message: larry franks: "Re: BizTalk 2004 Disassembling Result Sets"
- In reply to: Everett Yang: "Re: BizTalk 2004 SQL Adapter"
- Next in thread: Everett Yang: "Re: BizTalk 2004 SQL Adapter"
- Reply: Everett Yang: "Re: BizTalk 2004 SQL Adapter"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Apr 2004 11:26:52 -0400
An incoming document is mapped to database stored procedures in the
mapper to store the document in the database. Because it has a header
detail relationship, the header is mapped to a stored procedure to
write the header and the detail is mapped to stored procedure to store
detail. The detail is also connected with a looping functoid to call
the detail stored procedure once per detail item.
Yes, I need the send port to execute multiple stored procedures. What
I don't understand is that the migration wizard copies the same old
stored procedure schema, where each stored procedure is a Record node
with a name attribute and each parameter is a Record node with a
name/value pair.
But this doesn't look anything like the schema generated for a send
port that calls a stored procedure in BizTalk 2004. That schema has
the name of the parameters as the attribute node name.
On Fri, 16 Apr 2004 21:36:28 GMT, evyang@online.microsoft.com (Everett
Yang) wrote:
>I am a bit unclear as to the overall design. Please let me know if I am
>missing something.
>If you plan to make database calls from Mapper, you don't need to generate
>any schema for SQL Adapter. If you generate a schema from the SQL Adapter,
>it'll be for inbound document or the send port. Do you need the send port
>to execute multiple stored procedures?
>
>
>Sincerely,
>
>
>Everett Yang
>DSI - Microsoft BizTalk Server
>
>This posting is provided “AS IS” with no warranties, and confers no rights.
>Subscribe at
>http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
>&SD=msdn
- Next message: meron fridman: "Re: BizTalk Server 2004 Tutorial: Module 1 - Build failed."
- Previous message: larry franks: "Re: BizTalk 2004 Disassembling Result Sets"
- In reply to: Everett Yang: "Re: BizTalk 2004 SQL Adapter"
- Next in thread: Everett Yang: "Re: BizTalk 2004 SQL Adapter"
- Reply: Everett Yang: "Re: BizTalk 2004 SQL Adapter"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|