Connecting Tech Pros Worldwide Help | Site Map

Using XML from VB6

Newbie
 
Join Date: Jul 2009
Posts: 1
#1: Jul 28 '09
Hi,
Is there anybody can help me to create an xml file from VB6 as per below,
I have a form
i. txtMemName [Textbox]
ii. txtMemProfile [Textbox]
iii. btnNew [command Button]
iv. btnEdit [command Button]
v. btnSave [command Button]
vi. btnClose [command Button]

I need to work with a xml File as below.

<?xml version="1.0"?>
<members>
<member ID="" NAME="">--here will be profile--</member>
</members>


please suggest me
1. if I pass a perticular id by the form then details can be read into the text boxes.

2. How to insert a new record into xml.

3. how to update a record in xml.

4. how to delete a record from xml.

I am using VB6. and new to IT, so expected your help and suggestion.
Reply

Tags
delete xml node, edit xml node, insert into xml, read xml