joost 558470b406 + Added check to TParam.SetDataType for empty variants 20 years ago
..
dbase 73e6645235 compile fixes: remove UseFloatFields entirely 20 years ago
memds cba7504dec * use -P for cross compile 20 years ago
sdf cba7504dec * use -P for cross compile 20 years ago
sqldb 9972dc9996 + Removed the usage of a cursor 20 years ago
sqlite cba7504dec * use -P for cross compile 20 years ago
unmaintained cba7504dec * use -P for cross compile 20 years ago
Dataset.txt 03db18cfb1 + Conform latest issues 21 years ago
Makefile cba7504dec * use -P for cross compile 20 years ago
Makefile.fpc b43cc3cfaa * attempt to fix broken compilation for go32v2 target 20 years ago
README c666accec9 + Moved obsolete DB-units to unmaintained 20 years ago
bufdataset.inc 8b189839aa + if TBufDataset.PacketRecords is set to -1, all records are fetched 20 years ago
database.inc 299ddaa1be + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 20 years ago
dataset.inc 8b189839aa + if TBufDataset.PacketRecords is set to -1, all records are fetched 20 years ago
datasource.inc 69559c6068 + Initial support for Master/Detail relations 20 years ago
db.pp 8b13640dc6 + implemented TStringField.FixedChar 20 years ago
dbconst.pp 101dc0fe85 + added check for empty dataset to TDataset.Delete 20 years ago
dbwhtml.pp 790a4fe2d3 * log and id tags removed 21 years ago
dsparams.inc 558470b406 + Added check to TParam.SetDataType for empty variants 20 years ago
fields.inc 8b13640dc6 + implemented TStringField.FixedChar 20 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.