Chapter 1. Data Storage Alternatives
There are many ways a program can store and retrieve data. It can store values in the system registry, in comma-separated value (CSV) files, INI files, XML files, object databases, and relational databases.
When most developers think of databases, they think of relational databases such as Access, SQL Server, Oracle, and Informix. The other techniques mentioned in the previous paragraph are useful under some circumstances, however, and so I describe each of them in this chapter. Before you start using a relational database, you should be certain you need one. There’s no point in using a database system when a simpler solution will work. In cases where you don’t need the full power and flexibility of a relational ...
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