Click here to Skip to main content
15,913,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to use XML as data base?
If yes, then please help me to design such code in c#.Net.
Posted

1 solution

If we're talking about a lot of data, it's going to take your data files a LONG time to load. Consider using one of the available light-weight database solutions instead, such as SqlLite, SqlCompact, or something like that. It also wouldn't be too god-awful intrusive to just go ahead and use SqlServer Express. XML should always be your last choice if you're talking about anything more than 50-100 records in a single table schema.
 
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