10-25-04 10:49 PM
Thanks for the reply Matt.
The reason I wanted to use an update gram is that I read somewhere that
updategrams are a lot more efficient as compared to stored procedures. If I
was to add an element of type string to success, would I be able to access
whatever was returned? (I'm basing this on the fact that the success child i
s
of type "any".)Comments would be welcome.
thanks,
--hasan
"Matt Meleski" wrote:
[vbcol=seagreen]
> Hasan,
>
> In SQL profiler, you can see the exact transact sql that BizTalk is submit
ting
> to Sql Server, and any type of response that it is sending back.
> I would highly recommend , calling a Stored procedure instead of a
> updategram.
> You will have much more control on what to do, depending on the success or
> failure
> of the outcome of your delete.
>
> Matt.
>
> "hasan" wrote:
>
[ Post a follow-up to this message ]
|