blikblum d69d875d2a * Refactor InternalInitFieldDefs to allow retrieve the FieldDefs without opening the dataset (Fix InitFieldDefs) 16 years ago
..
base a35edda5de * TField.CanModify should return false if the dataset is inactive 16 years ago
codegen e5db5e4aa8 * regened makefiles to propagate makefile versions 17 years ago
datadict e5db5e4aa8 * regened makefiles to propagate makefile versions 17 years ago
dbase e5db5e4aa8 * regened makefiles to propagate makefile versions 17 years ago
export e5db5e4aa8 * regened makefiles to propagate makefile versions 17 years ago
memds e5db5e4aa8 * regened makefiles to propagate makefile versions 17 years ago
paradox e5db5e4aa8 * regened makefiles to propagate makefile versions 17 years ago
sdf b3df8becfb * Fixed bookmarks, bug #11468 16 years ago
sqldb 6ceb016593 * Do not set the Transaction property of a TDatabase while assigning TSQLTransaction.Database when the TSQLTransaction is loaded from stream 16 years ago
sqlite d69d875d2a * Refactor InternalInitFieldDefs to allow retrieve the FieldDefs without opening the dataset (Fix InitFieldDefs) 16 years ago
Dataset.txt 5b8dd4c004 * move fcl sources to separate packages 18 years ago
README ad389a9b3a * Updated README 18 years ago

README

This is the Database directory of the Free Component Library.

All base classes are in the db unit, the dbconst unit contains the
used resourcestrings.

memds
contains a dataset-class in memory which can be read from, and
written to a stream

sqldb
contains a framework to work with several SQL-based databases
as Interbase, Firebird, MySQL, ODBC, SQLite3 and Oracle

dbase
contains the tDbf components, to work with DBASE and FoxPro
file-based databases

sdf
contains a dataset class to use text files directly as a
database. That could be fixed-size, or limited (SDF)

sqlite
contains datases classes to use sqlite and sqlite3

Succes !

Joost van der Sluis.