Click here to Skip to main content
16,016,962 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am creating an application that may need some tables on which some queries might need to be executed. I was thinking of creating this without the use of any external engines like SQL server or MYSQL, and I think the best way would be xml data. So, my question is

1) can I perform the operations of simple sql queries in XML??
2) what do I need to do. Some people suggested to use data table, export it into XML files and save while exiting, and for loading, we need to create a data-table and load the data from XMl into it. Is it efficient way to do this??
3) is there any other efficient way in which I can save the data.For security, I thought of encrypting the xml files using RSA after saving and decrypting them while loading. Is this OK???

You can add and ping me at [removed]@gmail.com .

Thanks
Jashobanta
Posted
Updated 7-Jan-12 9:08am
v2
Comments
Sergey Alexandrovich Kryukov 7-Jan-12 22:35pm    
What is "complete database"; what is "incomplete database"? :-)
--SA

1 solution

XML mainly for exchanging data between applications.

If you want use XML as database then make sure your application is small one(like personal contact book or something) & it's not recommended for massive data. Check this CP article, the author explained little bit about things.
Using XML as Database with Dataset[^]
 
Share this answer
 
Comments
Uday P.Singh 8-Jan-12 4:22am    
Agree 5+

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