joost c2e6eb65d1 + tablename must be in capitals há 19 anos atrás
..
dbase 73e6645235 compile fixes: remove UseFloatFields entirely há 19 anos atrás
memds cba7504dec * use -P for cross compile há 19 anos atrás
sdf cba7504dec * use -P for cross compile há 19 anos atrás
sqldb c2e6eb65d1 + tablename must be in capitals há 19 anos atrás
sqlite cba7504dec * use -P for cross compile há 19 anos atrás
unmaintained cba7504dec * use -P for cross compile há 19 anos atrás
Dataset.txt 03db18cfb1 + Conform latest issues há 21 anos atrás
Makefile cba7504dec * use -P for cross compile há 19 anos atrás
Makefile.fpc b43cc3cfaa * attempt to fix broken compilation for go32v2 target há 20 anos atrás
README c666accec9 + Moved obsolete DB-units to unmaintained há 20 anos atrás
bufdataset.inc 9e8b3eedfb + implemented TBufDataset.UpdateStatus (issue #6944) há 19 anos atrás
database.inc 299ddaa1be + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 há 20 anos atrás
dataset.inc 8b189839aa + if TBufDataset.PacketRecords is set to -1, all records are fetched há 19 anos atrás
datasource.inc 69559c6068 + Initial support for Master/Detail relations há 19 anos atrás
db.pp f36010fc31 + Added simulation of parameters for MySQL há 19 anos atrás
dbconst.pp 68a8f531fe + Added support for empty parameters to TPQConnection há 19 anos atrás
dbwhtml.pp 790a4fe2d3 * log and id tags removed há 20 anos atrás
dsparams.inc f36010fc31 + Added simulation of parameters for MySQL há 19 anos atrás
fields.inc 8b13640dc6 + implemented TStringField.FixedChar há 19 anos atrás
fpmake.inc cc4818be26 + initial implementation of new fpmake compile tools há 20 anos atrás
fpmake.pp cc4818be26 + initial implementation of new fpmake compile tools há 20 anos atrás

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.