fpc/packages/fcl-db/src
Jonas Maebe e06d3a6e04 * raise an error when locate is used on a closed dataset (patch by
Claudio Romero, mantis #13938)

git-svn-id: trunk@22098 -
2012-08-16 17:53:09 +00:00
..
base * Patch from Ludo Brands to fix Modified behaviour (bug ID 22381) 2012-07-11 15:18:37 +00:00
codegen
datadict
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
paradox
sdf * Fixed bug #19376: when quoting, quote character should be doubled 2012-06-05 18:43:55 +00:00
sql
sqldb * Improved pqconnection error reporting. Patch by Ludo, Mantis #22336 2012-07-01 15:50:13 +00:00
sqlite
Dataset.txt
README.txt

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.