fpc/packages/fcl-db/src
2014-09-04 10:18:01 +00:00
..
base fcl-db: base: if either MinValue or MaxValue is <> 0 then use range MinValue-MaxValue instead of MinRange-MaxRange (for TLongintField). It is compatible with other Fields and allows set range 0-X or X-0. Bug #26606 2014-08-28 12:28:36 +00:00
codegen * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
datadict * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
dbase * fcl-db: dbase: language string is only supported on Visual DBaseVII formats. Return empty for other formats. 2014-06-22 08:50:50 +00:00
export * Fixed bug #26117, as proposed by reporter 2014-05-10 14:45:03 +00:00
json * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
memds * Add enable/disablecontrols for target dataset (patch from Luiz Americo, bug ID #26364) 2014-06-19 17:34:25 +00:00
paradox * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
sdf fcl-db: use proper error message formating when raising DatabaseError. Bug #26014 2014-04-14 06:58:22 +00:00
sql * fcl-db: sql parser: update readme after previous commit 2014-06-15 09:25:56 +00:00
sqldb + fcl-db: mysql 5.6 connector: add support for MariaDB 10.0. Should fix isseu #26620. Needs testing. 2014-09-04 10:18:01 +00:00
sqlite * 64-bit stream 2014-05-01 14:28:25 +00:00
Dataset.txt Fcl-db: cosmetic. 2013-08-24 09:07:40 +00:00
README.txt fcl-db/dbase: cosmetic 2013-04-30 13:20:04 +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 such
  as Interbase, Firebird, MySQL, ODBC, Oracle, Microsoft SQL Server, 
	PostgreSQL, SQLite3 and Sybase ASE

dbase
  contains the tDbf components, to work with DBASE, FoxPro and Visual
	FoxPro file-based databases

sdf
  contains a dataset class to use text files directly as a
  database. That could be fixed-size, or delimited (RFC 4180 CSV)

sqlite
  contains dataset classes to use sqlite and sqlite3

Good luck !

Joost van der Sluis.