README 829 B

1234567891011121314151617181920212223242526272829303132
  1. This is the Database directory of the Free Component Library.
  2. All base classes are in the db unit, the dbconst unit contains the
  3. used resourcestrings.
  4. memds
  5. contains a dataset-class in memory which can be read from, and
  6. written to a stream
  7. sqldb
  8. contains a framework to work with several SQL-based databases
  9. as Interbase, Firebird, MySQL, ODBC and Oracle
  10. dbase
  11. contains the tDbf components, to work with DBASE and FoxPro
  12. file-based databases
  13. sdf
  14. contains a dataset class to use text files directly as a
  15. database. That could be fixed-size, or limited (SDF)
  16. sqlite
  17. contains datases classes to use sqlite and sqlite3
  18. unmaintained
  19. contains some obsolete units which were replaced by better
  20. alternatives, or which are old tests which are not needed
  21. anymore
  22. Enjoy !
  23. Joost van der Sluis.