joost ee2d2ac48e * Check browse-mode before checking readonly on TDataset.edit 19 năm trước cách đây
..
dbase 705033284e + regenerated makefiles to support powerpc-amiga target 19 năm trước cách đây
memds 70af850b43 * fix from 7513 19 năm trước cách đây
sdf 705033284e + regenerated makefiles to support powerpc-amiga target 19 năm trước cách đây
sqldb d7d1591472 * SQL-parser now handles sub-selects correctly 19 năm trước cách đây
sqlite 705033284e + regenerated makefiles to support powerpc-amiga target 19 năm trước cách đây
unmaintained d704af7216 fix compilation for {$T+} linux/win 19 năm trước cách đây
Dataset.txt 03db18cfb1 + Conform latest issues 21 năm trước cách đây
Makefile 705033284e + regenerated makefiles to support powerpc-amiga target 19 năm trước cách đây
Makefile.fpc b43cc3cfaa * attempt to fix broken compilation for go32v2 target 20 năm trước cách đây
README c666accec9 + Moved obsolete DB-units to unmaintained 20 năm trước cách đây
bufdataset.inc c0433eb4f2 * fixed the two issues in mantis 7366 19 năm trước cách đây
database.inc 299ddaa1be + Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468 20 năm trước cách đây
dataset.inc ee2d2ac48e * Check browse-mode before checking readonly on TDataset.edit 19 năm trước cách đây
datasource.inc eb9b7e5dc1 + fix for bug #7007 by Martin Schreiber 19 năm trước cách đây
db.pp ed9a52a07a * Patch from Ido <[email protected]> to fix AsString for booleanfield 19 năm trước cách đây
dbconst.pp 66dd1e3127 + implemented CreateDB and DropDB methods for ibconnection, pqconnection and mysqlconnection 19 năm trước cách đây
dbwhtml.pp 790a4fe2d3 * log and id tags removed 20 năm trước cách đây
dsparams.inc 88fd6f0727 * the query-parser from sqldb now uses the dsparams-algorithm to handle comments and strings. (solves mantis issues #7599 and 6924) 19 năm trước cách đây
fields.inc 216b87a3fa + fix for bug #7269 19 năm trước cách đây
fpmake.inc cc4818be26 + initial implementation of new fpmake compile tools 20 năm trước cách đây
fpmake.pp cc4818be26 + initial implementation of new fpmake compile tools 20 năm trước cách đây

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.