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

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.