Chapter 7. XML Databases
Relational databases such as Access, SQL Server, and Oracle have many advantages over XML files. These advantages include powerful tools that XML lacks for searching, arranging, grouping, and summarizing data. Relational databases store data in a relatively efficient binary format and use indexes to make searching for particular values fast. They give you access to transactions, privileges, and various record locking schemes to help you protect the data.
On the other hand, XML files do have several advantages over relational databases. They are plain text files with a simple intuitive format so they are easy to read and understand. Visual Basic provides methods for loading, manipulating, and saving XML files. Best of ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access