Using XML from VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saview
    New Member
    • Jul 2009
    • 1

    #1

    Using XML from VB6

    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.
Working...