joost 56ac885f84 + Commented out Debug-procedure DumpMem 19 years ago
..
dbase 323d6cf640 * use -O2 for 2.1.1 compilers 19 years ago
memds 323d6cf640 * use -O2 for 2.1.1 compilers 19 years ago
sdf 323d6cf640 * use -O2 for 2.1.1 compilers 19 years ago
sqldb 4efefe659a + Added support for NEWDECIMAL from MySQL 5 19 years ago
sqlite f98b943047 + Patch from Luiz Americo to map unknown field types to string 19 years ago
unmaintained 323d6cf640 * use -O2 for 2.1.1 compilers 19 years ago
Dataset.txt 03db18cfb1 + Conform latest issues 21 years ago
Makefile 323d6cf640 * use -O2 for 2.1.1 compilers 19 years ago
Makefile.fpc b43cc3cfaa * attempt to fix broken compilation for go32v2 target 19 years ago
README c666accec9 + Moved obsolete DB-units to unmaintained 19 years ago
bufdataset.inc ff472b1366 + fix for InternalgotoBookmark 19 years ago
database.inc 299ddaa1be + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 20 years ago
dataset.inc 56ac885f84 + Commented out Debug-procedure DumpMem 19 years ago
datasource.inc 69559c6068 + Initial support for Master/Detail relations 19 years ago
db.pp 56ac885f84 + Commented out Debug-procedure DumpMem 19 years ago
dbconst.pp 101dc0fe85 + added check for empty dataset to TDataset.Delete 19 years ago
dbwhtml.pp 790a4fe2d3 * log and id tags removed 20 years ago
dsparams.inc 69559c6068 + Initial support for Master/Detail relations 19 years ago
fields.inc 56ac885f84 + Commented out Debug-procedure DumpMem 19 years ago
fpmake.inc cc4818be26 + initial implementation of new fpmake compile tools 20 years ago
fpmake.pp cc4818be26 + initial implementation of new fpmake compile tools 20 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 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

unmaintained
contains some obsolete units which were replaced by better
alternatives, or which are old tests which are not needed
anymore

Enjoy !

Joost van der Sluis.