XML and Dataset

  • Thread starter Thread starter Binny
  • Start date Start date
B

Binny

I just started learning XML and datasets and web-services.
What's the advantage of having data in xml files rathar
than querying database.

appreciate any help
thanks!!!
 
There is still room for both in nearly all meaningful applications. You
store your data primarily in a database, because this has highly optimized
tools for retrieving specific information very quickly. XML is human
readable, and can be passed around applications and systems very easily.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top