Updating Database Through XML

This is a discussion on "Updating Database Through XML" within the Other Programming Languages section. This forum, and the thread "Updating Database Through XML are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 12th, 2005, 20:21
New Member
Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Updating Database Through XML

Hi. I'm new to XML and have a basic question. Below is a file "ItemList.xml" which is used to update a database for displaying some data-entry fields on a form. Let's say that currently it has three elements (ItemId="108120", ItemId="139371", and ItemId="108155" as shown below). Now, suppose I would like to add a couple more elements to it, what is the normal way of doing that? Do I update the XML by manually typing in a couple more tags for the 2 additional elements, or is it normally done programmatically? I will be using ASP for coding. Any help on this - OR referral to helpful postings or resources would be appreciated. Thanks

- <ROOT>
<ITEM ItemId="108120" ItemNo="MS-ADDACCTS" ItemDescr="ADDITIONAL ACCOUNTS & SERVICES" ItemCat="ACCTAPPPACKET" ChangedDt="Sep 21 2005 4:20PM" />
<ITEM ItemId="139371" ItemNo="MS-FID" ItemDescr="FIDUCIARY ACCOUNT APPLICATION PACKET" ItemRev="11-04" ItemCat="ACCTAPPPACKET" ChangedDt="Sep 30 2005 12:39PM" />
<ITEM ItemId="108155" ItemNo="LO-PACKET" ItemDescr="LOANS-CREDIT APPLICATION PACKET" ItemRev="10-02" ItemCat="ACCTAPPPACKET" ChangedDt="Sep 30 2005 2:41PM" />
</ROOT>
Reply With Quote

Reply

Tags
updating, database, through, xml

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
updating database with password franknu PHP Forum 1 Oct 23rd, 2006 23:30
updating database franknu PHP Forum 4 Oct 8th, 2006 20:32
XML Code for transfering data from one SQL Server Database to another database plolla Other Programming Languages 1 Aug 3rd, 2006 18:37
updating a database using a drop down barnet Classic ASP 4 Jan 18th, 2006 01:28
Updating Database Using ASP and XML cmomah Classic ASP 0 Oct 12th, 2005 20:22


All times are GMT. The time now is 12:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43