michael edc1015a49 * Patch from Luiz Americo: 19 سال پیش
..
dbase 02bf461f97 * added dbf_collate to the clean units 19 سال پیش
memds a05469c221 * Fixed bug #7665 as suggested by David Mears 19 سال پیش
sdf 705033284e + regenerated makefiles to support powerpc-amiga target 19 سال پیش
sqldb 642e611f88 * CanModify shoud not be dependent on active 19 سال پیش
sqlite edc1015a49 * Patch from Luiz Americo: 19 سال پیش
unmaintained d704af7216 fix compilation for {$T+} linux/win 19 سال پیش
Dataset.txt 03db18cfb1 + Conform latest issues 21 سال پیش
Makefile b6feb006f6 * enable compilation of tdbf for win64 19 سال پیش
Makefile.fpc b6feb006f6 * enable compilation of tdbf for win64 19 سال پیش
README c666accec9 + Moved obsolete DB-units to unmaintained 20 سال پیش
bufdataset.pp 968f44d0b4 + Implemented a filter-parser for TBufDataset, based on the parser of TDbf 19 سال پیش
bufdataset_parser.pp b5505a41fe * fixed compilation 19 سال پیش
database.inc 299ddaa1be + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 20 سال پیش
dataset.inc ee2d2ac48e * Check browse-mode before checking readonly on TDataset.edit 19 سال پیش
datasource.inc eb9b7e5dc1 + fix for bug #7007 by Martin Schreiber 19 سال پیش
db.pp 229c70d300 * Removed all procedures, variables and types which are dependent on dbf from the parser units by moving them to among others dbf_parser. So now the parser can be used by TBufDataset without any dependencies on dbf-specific stuff. 19 سال پیش
dbconst.pp 968f44d0b4 + Implemented a filter-parser for TBufDataset, based on the parser of TDbf 19 سال پیش
dbwhtml.pp 790a4fe2d3 * log and id tags removed 21 سال پیش
dsparams.inc 88fd6f0727 * the query-parser from sqldb now uses the dsparams-algorithm to handle comments and strings. (solves mantis issues #7599 and 6924) 19 سال پیش
fields.inc 216b87a3fa + fix for bug #7269 19 سال پیش
fpmake.inc cc4818be26 + initial implementation of new fpmake compile tools 21 سال پیش
fpmake.pp cc4818be26 + initial implementation of new fpmake compile tools 21 سال پیش

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.