fpc/fcl/db
2006-05-16 18:27:41 +00:00
..
dbase compile fixes: remove UseFloatFields entirely 2006-05-09 16:23:07 +00:00
memds * use -P for cross compile 2006-04-23 18:53:29 +00:00
sdf * use -P for cross compile 2006-04-23 18:53:29 +00:00
sqldb + Removed the usage of a cursor 2006-05-14 21:14:31 +00:00
sqlite * use -P for cross compile 2006-04-23 18:53:29 +00:00
unmaintained * use -P for cross compile 2006-04-23 18:53:29 +00:00
bufdataset.inc + if TBufDataset.PacketRecords is set to -1, all records are fetched 2006-05-09 20:01:59 +00:00
database.inc + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 2005-11-05 12:33:06 +00:00
dataset.inc + if TBufDataset.PacketRecords is set to -1, all records are fetched 2006-05-09 20:01:59 +00:00
Dataset.txt + Conform latest issues 2004-10-16 09:30:08 +00:00
datasource.inc + Initial support for Master/Detail relations 2006-04-02 08:24:31 +00:00
db.pp + implemented TStringField.FixedChar 2006-05-16 15:15:47 +00:00
dbconst.pp + added check for empty dataset to TDataset.Delete 2006-04-01 14:58:11 +00:00
dbwhtml.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
dsparams.inc + Added check to TParam.SetDataType for empty variants 2006-05-16 18:27:41 +00:00
fields.inc + implemented TStringField.FixedChar 2006-05-16 15:15:47 +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 * use -P for cross compile 2006-04-23 18:53:29 +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.