fpc/fcl/db
2006-10-26 21:33:07 +00:00
..
dbase + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
memds * fix from 7513 2006-10-14 18:24:24 +00:00
sdf + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
sqldb * SQL-parser now handles sub-selects correctly 2006-10-26 21:33:07 +00:00
sqlite + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
unmaintained fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
bufdataset.inc * fixed the two issues in mantis 7366 2006-10-05 22:35:26 +00:00
database.inc
dataset.inc * fixed the two issues in mantis 7366 2006-10-05 22:35:26 +00:00
Dataset.txt
datasource.inc + fix for bug #7007 by Martin Schreiber 2006-06-19 19:13:57 +00:00
db.pp * the query-parser from sqldb now uses the dsparams-algorithm to handle comments and strings. (solves mantis issues #7599 and 6924) 2006-10-22 21:05:25 +00:00
dbconst.pp + implemented CreateDB and DropDB methods for ibconnection, pqconnection and mysqlconnection 2006-10-22 16:40:51 +00:00
dbwhtml.pp
dsparams.inc * the query-parser from sqldb now uses the dsparams-algorithm to handle comments and strings. (solves mantis issues #7599 and 6924) 2006-10-22 21:05:25 +00:00
fields.inc + fix for bug #7269 2006-08-23 09:48:46 +00:00
fpmake.inc
fpmake.pp
Makefile + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
Makefile.fpc * attempt to fix broken compilation for go32v2 target 2006-02-27 23:43:30 +00:00
README

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.