Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Biz Talk Orchestration > Updating multip...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 4107 of 4219
Post > Topic >>

Updating multiple records i Oracle?

by =?Utf-8?B?SmVzcGVyIEJlcmdtYW5u?= <JesperBergmann@[EMAIL PROTECTED] Apr 11, 2008 at 04:15 AM

Hi

I'm trying top update multiple rows with the Microsoft BizTalk Adapter for

Oracle Database. I have a number of rowids and want to change their
'Status' 
value all at once. Is it not possible to do this with the updatepart of
the 
xsdschema? Or do i have to loop all the IDs one by one in the
orchestration 
itself?

I have tried to work it out with a stored procedure, but have had some 
problems with this.

I imagine it to look something like this but cant work out the map:

</ns0:Record>
<ns0:STATUS>1</ns0:STATUS>
</ns0:Record>
<ns0:Filter>ID=1</ns0:Filter>
</ns0:Record>
<ns0:STATUS>1</ns0:STATUS>
</ns0:Record>
<ns0:Filter>ID=2</ns0:Filter>

I have come as far as getting this output which only update one record:

</ns0:Record>
<ns0:STATUS>1</ns0:STATUS>
</ns0:Record>
</ns0:Record>
<ns0:STATUS>1</ns0:STATUS>
</ns0:Record>
<ns0:Filter>ID=1</ns0:Filter>
<ns0:Filter>ID=2</ns0:Filter>

Is this possible at all?
 




 1 Posts in Topic:
Updating multiple records i Oracle?
=?Utf-8?B?SmVzcGVyIEJlcmd  2008-04-11 04:15:01 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 5:08:04 CST 2008.