Jonas Maebe 6398fa484c + darwin/ppc64 support vor 19 Jahren
..
dbase 6398fa484c + darwin/ppc64 support vor 19 Jahren
memds 6398fa484c + darwin/ppc64 support vor 19 Jahren
sdf 6398fa484c + darwin/ppc64 support vor 19 Jahren
sqldb 6398fa484c + darwin/ppc64 support vor 19 Jahren
sqlite 6398fa484c + darwin/ppc64 support vor 19 Jahren
unmaintained 6398fa484c + darwin/ppc64 support vor 19 Jahren
Dataset.txt 03db18cfb1 + Conform latest issues vor 21 Jahren
Makefile 6398fa484c + darwin/ppc64 support vor 19 Jahren
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed vor 19 Jahren
README c666accec9 + Moved obsolete DB-units to unmaintained vor 20 Jahren
bufdataset.pp 99b15e95a1 * Improved error-handling in TBufDataset.ApplyUpdates vor 19 Jahren
bufdataset_parser.pp b5505a41fe * fixed compilation vor 19 Jahren
database.inc 299ddaa1be + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 vor 20 Jahren
dataset.inc 74646df93b * Fixed IsUniDirectional with help from Thorsten Engler, bug #8211 vor 19 Jahren
datasource.inc b0d5d5b6b5 * Fixed some warnings vor 19 Jahren
db.pp 74646df93b * Fixed IsUniDirectional with help from Thorsten Engler, bug #8211 vor 19 Jahren
dbconst.pp abafbc147a * made TSQLCursor.create virtual vor 19 Jahren
dbwhtml.pp 790a4fe2d3 * log and id tags removed vor 20 Jahren
dsparams.inc 90a6bdcdd4 * Implemented the sqEscapeSlash and sqescapeRepeat connection options vor 19 Jahren
fields.inc 03c9f47f2d * added const to SetIndex declaration vor 19 Jahren
fpmake.inc cc4818be26 + initial implementation of new fpmake compile tools vor 20 Jahren
fpmake.pp cc4818be26 + initial implementation of new fpmake compile tools vor 20 Jahren

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.