Click here to Skip to main content
15,905,913 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys

I need to create a simple XML Database linked to a datagridview on form.
I will need to be able to Add /Edit / Delete / Search
The fields will be ID, First Name, Last Name, Email Address.

I have searched all over.

I dont want to use access, Excel, SQL Database (That I can do, no problem)
But I need it in XML.

Any suggestions.

thanks Guys
Posted
Updated 9-Aug-18 4:12am

Hi,

This is an article on CodeProject about XML as a database:
Xml Database Demo[^]
 
Share this answer
 
Comments
m@r10 29-Oct-12 11:30am    
HiThe demo is not that bad but not what im looking for.

Any other suggestions

thanks once again.
Depends on the usage of XML "database".
You could read the complete XML file into a dataset.

Using the dataset you can easily filter or manipulate the data.
Beware of that method if more than one user is using the file.
 
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