fpc/packages/fcl-db/src
2012-01-27 08:50:37 +00:00
..
base * Made DoFilterRecord virtual, so that descendents can add their own filtering easily 2012-01-13 21:46:10 +00:00
codegen * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
datadict * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
dbase * Rest of fcl-db adapted to use TRecordBuffer. 2012-01-07 21:18:29 +00:00
export * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
json * Rest of fcl-db adapted to use TRecordBuffer. 2012-01-07 21:18:29 +00:00
memds * changed bookmarksize to sizeof(longint) Mantis #13967 2012-01-27 08:50:37 +00:00
paradox * Rest of fcl-db adapted to use TRecordBuffer. 2012-01-07 21:18:29 +00:00
sdf * Rest of fcl-db adapted to use TRecordBuffer. 2012-01-07 21:18:29 +00:00
sql * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
sqldb * Use own power of ten scaling routine to avoid problems with FPU precision. 2012-01-22 18:53:43 +00:00
sqlite * Rest of fcl-db adapted to use TRecordBuffer. 2012-01-07 21:18:29 +00:00
Dataset.txt
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +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, SQLite3 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

Succes !

Joost van der Sluis.