Click here to Skip to main content
15,890,426 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i create the xml file like following.


HTML
<database server="data" name="FinanceDB" user="sa" password="perfection">
</database>

and how can i re-create and modify the above xml file from vb.net at run time.


[edit]Code block added, HTML encoded - OriginalGriff[/edit]
Posted
Updated 29-Jun-12 23:21pm
v2
Comments
Richard MacCutchan 30-Jun-12 5:14am    
Like the following what?
OriginalGriff 30-Jun-12 5:22am    
Tags swallowed - I edited them back in
Richard MacCutchan 30-Jun-12 5:25am    
Didn't think of that, duh :(
OriginalGriff 30-Jun-12 5:51am    
It's Saturday morning - you can't think on everything!
Indeed, if you are DD, you probably can't think until this afternoon... :laugh:

1 solution

There are many ways, some of which you can read about in these links[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900