joost b0b1d50117 + dbconst.pp should contain resourcestrings %!s(int64=19) %!d(string=hai) anos
..
dbase 73e6645235 compile fixes: remove UseFloatFields entirely %!s(int64=20) %!d(string=hai) anos
memds cba7504dec * use -P for cross compile %!s(int64=20) %!d(string=hai) anos
sdf cba7504dec * use -P for cross compile %!s(int64=20) %!d(string=hai) anos
sqldb 010482ab05 + implemented ftBCD fields for MySQL %!s(int64=19) %!d(string=hai) anos
sqlite cba7504dec * use -P for cross compile %!s(int64=20) %!d(string=hai) anos
unmaintained cba7504dec * use -P for cross compile %!s(int64=20) %!d(string=hai) anos
Dataset.txt 03db18cfb1 + Conform latest issues %!s(int64=21) %!d(string=hai) anos
Makefile cba7504dec * use -P for cross compile %!s(int64=20) %!d(string=hai) anos
Makefile.fpc b43cc3cfaa * attempt to fix broken compilation for go32v2 target %!s(int64=20) %!d(string=hai) anos
README c666accec9 + Moved obsolete DB-units to unmaintained %!s(int64=20) %!d(string=hai) anos
bufdataset.inc 8341107c90 + Fix for ftLargeInt fields from Jesus Reyes %!s(int64=19) %!d(string=hai) anos
database.inc 299ddaa1be + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 %!s(int64=20) %!d(string=hai) anos
dataset.inc b1a0c5318a + implemented TDataset.Translate and TStringField.Transliterate %!s(int64=19) %!d(string=hai) anos
datasource.inc eb9b7e5dc1 + fix for bug #7007 by Martin Schreiber %!s(int64=19) %!d(string=hai) anos
db.pp 63499fa390 + patch to move SetLargeInt and GetLargeInt from TLargeIntfield to TField from Dean Zobec %!s(int64=19) %!d(string=hai) anos
dbconst.pp b0b1d50117 + dbconst.pp should contain resourcestrings %!s(int64=19) %!d(string=hai) anos
dbwhtml.pp 790a4fe2d3 * log and id tags removed %!s(int64=21) %!d(string=hai) anos
dsparams.inc 04bb467b2f + some fixes for ParseSQL %!s(int64=20) %!d(string=hai) anos
fields.inc 63499fa390 + patch to move SetLargeInt and GetLargeInt from TLargeIntfield to TField from Dean Zobec %!s(int64=19) %!d(string=hai) anos
fpmake.inc cc4818be26 + initial implementation of new fpmake compile tools %!s(int64=21) %!d(string=hai) anos
fpmake.pp cc4818be26 + initial implementation of new fpmake compile tools %!s(int64=21) %!d(string=hai) anos

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.