fpc/packages/fcl-db/src
2012-10-09 11:07:08 +00:00
..
base * take care of destructor being called if constructor failed 2012-10-09 11:07:08 +00:00
codegen + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
datadict + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
dbase * raise an error when locate is used on a closed dataset (patch by 2012-08-16 17:53:09 +00:00
export * Applied patch from Reinier Olislaghers to quote memo fields (bug 19759) 2012-06-05 18:35:22 +00:00
json * Fix memory leak (patch by Marcos Douglas, ID #21900) 2012-04-30 20:06:41 +00:00
memds + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
paradox + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
sdf * Patch for sdfdata multiline support and assoiated test case from Reinier Olislagers (bug 22237 and bug #22213) 2012-08-20 16:41:15 +00:00
sql * Fixed uninitialized string results 2012-09-16 14:05:37 +00:00
sqldb Implements support for MySQL Transactions. Mantis #19137. Patch by Ludo Brands. 2012-10-09 05:26:27 +00:00
sqlite Moved sqlite3backup.pas to src/sqldb/sqlite 2012-10-08 09:09:27 +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.