fpc/packages/fcl-db/src
2024-11-27 23:38:11 +01:00
..
base * Last patch did not contain all changes... 2024-11-27 23:38:11 +01:00
codegen First compiler Build 2024-09-29 16:56:18 +03:00
datadict First compiler Build 2024-09-29 16:56:18 +03:00
dbase First compiler Build 2024-09-29 16:56:18 +03:00
export First compiler Build 2024-09-29 16:56:18 +03:00
json First compiler Build 2024-09-29 16:56:18 +03:00
memds First compiler Build 2024-09-29 16:56:18 +03:00
paradox First compiler Build 2024-09-29 16:56:18 +03:00
sdf First compiler Build 2024-09-29 16:56:18 +03:00
sql First compiler Build 2024-09-29 16:56:18 +03:00
sqldb * Reinstate ftlongword support, accidentally removed. Fixes issue #41014 2024-11-14 14:22:52 +01:00
sqlite First compiler Build 2024-09-29 16:56:18 +03:00
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 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.