If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > help needed in making an update in db2 viper

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-09, 11:04
dpux dpux is offline
Registered User
 
Join Date: Feb 2009
Posts: 1
Question help needed in making an update in db2 viper

I am pretty new to db2 viper, and am looking for a way to perform the following update to my existing xml database , through java.
my xml doc has following structure rfcrepo is the root element)
<rfcrepo>
<rfc>
<id> </id>
<topic> </topic>
<number> <number>
</rfc>
<rfc>
<id> </id>
<topic> </topic>
<number> </number>
</rfc>
</rfcrepo>

i need to "update" the topic field with the new matter, where id = "mychoice".
id is an integer , topic is a string and number is an integer.

Hope i am clear in what i want !! Please help me.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On