Re: SQL Adapter send port - select statements?
From: Matt Milner (matt.milner_at_m3technologypartners)
Date: 11/18/04
- Next message: Matt Milner: "Re: Pipeline - Multiple Disassemblers"
- Previous message: Matt Milner: "Re: Business Rule Engine - Setting vaules on repeatable node"
- In reply to: Xerox: "RE: SQL Adapter send port - select statements?"
- Next in thread: Xerox: "Re: SQL Adapter send port - select statements?"
- Reply: Xerox: "Re: SQL Adapter send port - select statements?"
- Reply: Xerox: "Re: SQL Adapter send port - select statements?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 21:53:57 -0600
You can, but you are RECEIVING data, not sending. You have to setup your
send port accordingly. This is done by using the Add Generated Items menu
item from the context menu on a biztalk project. Make sure you say you are
receiving and then you can define either a stored procedure, or a select
statement.
Matt
"Xerox" <Xerox@discussions.microsoft.com> wrote in message
news:8366E734-9CC1-4BA6-B300-58766B4C7E48@microsoft.com...
>I want to read data from SQL Server part way through my orchestration. As
>far
> as I know, the only option to do this is to call a stored procedure to
> return
> data to the orchestration. Why can I not issue a select statement instead?
>
> "Mike Watson" wrote:
>
>> Maybe I am missing something here.. But why would you need to do a SELECT
>> to
>> a send port?? All a SELECT does is return data to you (BizTalk 2004),
>> this is
>> always done on a receive port.
>> - Mike
>>
>> "Xerox" wrote:
>>
>> > Why are select statements not supported for the SQL Adapter send port?
>> > Updategrams are supported and stored procedure calls are supported, but
>> > not
>> > select statememts.
>> >
>> > It seems a shame as this breaks the self-contained nature of an
>> > orchestration in that it now expects to have a stored procedure present
>> > in
>> > the database for it to retrieve data.
>> >
>> > Are there plans to implement select on a send port?
- Next message: Matt Milner: "Re: Pipeline - Multiple Disassemblers"
- Previous message: Matt Milner: "Re: Business Rule Engine - Setting vaules on repeatable node"
- In reply to: Xerox: "RE: SQL Adapter send port - select statements?"
- Next in thread: Xerox: "Re: SQL Adapter send port - select statements?"
- Reply: Xerox: "Re: SQL Adapter send port - select statements?"
- Reply: Xerox: "Re: SQL Adapter send port - select statements?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|