[
TOC
]
Text file databases
When your data is only a series of simple records, storing those records in a flat text file may be the easiest way to go. However, it is slower than a real database, and may lead to data corruption if you are not really careful.
- Data record delimiters
- Order of fields within a record
- Getting useful ID numbers
- File locking
- Sorting records
- Editing records
- Deleting records
[
TOC
]