XML Development

Moderators: None (Apply to moderate this forum)
Number of threads: 257
Number of posts: 456

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
XML vs database Posted by nishutank on 3 May 2009 at 11:54 PM
what is the difference between xml and database?what are the advantages of xml over database?
Report
Re: XML vs database Posted by danieltooop on 4 Nov 2009 at 4:53 PM
In XML data storage, the data is stored in a file which represents an XML Schema of the data. To read the data, you have to pull and open the entire file in memory and use technics like xpath to get the data element you want.
In SQL data storage, the data is stored in a database ( usually relational database). To read the data, you simple sent an SQL query to the database. The database management engine analysis the query and get the required data elements you ask for in your query which is finally sent to you as a reply.

------------------------
http://www.prodigyapex.com
Report
Re: XML vs database Posted by loosi007 on 2 Dec 2011 at 3:15 AM
Nice information about XML vs database, thanks for sharing.....

Coupon Codes
Coupon Codes
Report
Re: XML vs database Posted by loosi007 on 2 Dec 2011 at 3:17 AM
Nice information about XML vs database, thanks for sharing.....

Coupon Codes
Coupon Codes



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.