fpc/packages/fcl-db/src
joost aa508a6033 * ftWideMemo should be the last TFieldType
git-svn-id: trunk@6886 -
2007-03-16 19:50:34 +00:00
..
dbase * update tdbf to release 6.9.1 2007-03-04 22:10:45 +00:00
memds * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
sdf * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
sqldb * ftWideMemo should be the last TFieldType 2007-03-16 19:50:34 +00:00
sqlite * Patch from Luiz Americo: 2007-03-16 19:34:34 +00:00
bufdataset_parser.pp * move fcl sources to separate packages 2007-02-25 21:02:26 +00:00
bufdataset.pas * move fcl sources to separate packages 2007-02-25 21:02:26 +00:00
database.inc * Removed {$ifdef fpc}s introduced in r6614 and 6615 2007-03-11 19:06:03 +00:00
dataset.inc * Removed {$ifdef fpc}s introduced in r6614 and 6615 2007-03-11 19:06:03 +00:00
Dataset.txt * move fcl sources to separate packages 2007-02-25 21:02:26 +00:00
datasource.inc * move fcl sources to separate packages 2007-02-25 21:02:26 +00:00
db.pas * ftWideMemo should be the last TFieldType 2007-03-16 19:50:34 +00:00
dbconst.pas * Additional message for sqldb connector 2007-02-28 10:54:46 +00:00
dbwhtml.pp * move fcl sources to separate packages 2007-02-25 21:02:26 +00:00
dsparams.inc Patch (adapted) from Thorsten Engler: 2007-03-16 12:49:06 +00:00
fields.inc Patch (adapted) from Thorsten Engler: 2007-03-16 12:49:06 +00:00
fpmake.inc * move fcl sources to separate packages 2007-02-25 21:02:26 +00:00
fpmake.pp * move fcl sources to separate packages 2007-02-25 21:02:26 +00:00
README * move fcl sources to separate packages 2007-02-25 21:02:26 +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.