fpc/fcl/db
2006-03-17 17:54:28 +00:00
..
dbase * regenerated for new ppc release optimizer settings 2006-03-17 17:54:28 +00:00
memds * regenerated for new ppc release optimizer settings 2006-03-17 17:54:28 +00:00
sdf * regenerated for new ppc release optimizer settings 2006-03-17 17:54:28 +00:00
sqldb * regenerated for new ppc release optimizer settings 2006-03-17 17:54:28 +00:00
sqlite * regenerated for new ppc release optimizer settings 2006-03-17 17:54:28 +00:00
unmaintained * regenerated for new ppc release optimizer settings 2006-03-17 17:54:28 +00:00
bufdataset.inc + start of TBufDataset.Locate 2006-03-14 21:30:02 +00:00
database.inc + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 2005-11-05 12:33:06 +00:00
dataset.inc + date/time fields handling compatibility fix 2006-01-13 21:27:00 +00:00
Dataset.txt
datasource.inc
db.pp + start of TBufDataset.Locate 2006-03-14 21:30:02 +00:00
dbconst.pp + start of TBufDataset.Locate 2006-03-14 21:30:02 +00:00
dbwhtml.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
dsparams.inc + forgot to include changes in db.pp and dsparams.inc in r2663 2006-02-22 11:58:35 +00:00
fields.inc + date/time fields handling compatibility fix 2006-01-13 21:27:00 +00:00
fpmake.inc + initial implementation of new fpmake compile tools 2005-06-17 16:53:18 +00:00
fpmake.pp + initial implementation of new fpmake compile tools 2005-06-17 16:53:18 +00:00
Makefile * regenerated for new ppc release optimizer settings 2006-03-17 17:54:28 +00:00
Makefile.fpc * attempt to fix broken compilation for go32v2 target 2006-02-27 23:43:30 +00:00
README + Moved obsolete DB-units to unmaintained 2006-02-21 10:14:31 +00:00

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.