lazarus-ccr/components/tvplanit/examples/datastores
2019-01-15 22:14:01 +00:00
..
bufdataset tvplanit: Cosmetic changes 2018-06-20 05:28:45 +00:00
fb tvplanit: Fix sqlite3 and firebird datastores crashing due to non-specified database names. Fix double-click in VpWeekView to use correct date. Fix some compilation issues of demos. 2019-01-15 22:14:01 +00:00
flex tvplanit: Fix sqlite3 and firebird datastores crashing due to non-specified database names. Fix double-click in VpWeekView to use correct date. Fix some compilation issues of demos. 2019-01-15 22:14:01 +00:00
ini tvplanit: Set version 1.4 for new OPM release. Test demos. 2019-01-15 18:33:02 +00:00
json tvplanit: Fix JSONDatastore deleting data file when started next time. 2018-09-29 23:00:35 +00:00
sqlite3 tvplanit: Set version 1.4 for new OPM release. Test demos. 2019-01-15 18:33:02 +00:00
xml tvplanit: Fix sqlite3 and firebird datastores crashing due to non-specified database names. Fix double-click in VpWeekView to use correct date. Fix some compilation issues of demos. 2019-01-15 22:14:01 +00:00
zeos tvplanit: Fix ZEOS Datastore crashing if ZConnection is open when connected to datastore (issue #33717). 2018-05-12 17:05:40 +00:00
readme.txt tvplanit: Add mORMot datastore and example (kindly provided by forum user DonAlfredo, thank you). 2016-09-02 10:48:12 +00:00

The folder "datastores" collects some demo projects to show usage of the
various datastores that come along with TvPlanIt:

Datastores working with the default Lazarus installation
--------------------------------------------------------

- TVpBufDsDatastore in folder "bufdataset" (for TBufDataset)

- TVpFirebirdDatastore in folder "fb" (for Firebird databases using SQLDB)

- TVpFlexDatastore in folder "flex" (two projects, one for Access, one for 
  sqlite3 database)
  
- TVpIniDatastore in folder "ini" (for ini files)

- TVpSqlite3Datastore in folder "sqlite3" (for SQLite3 database using SQLDB)


Add-on datastores requiring third-party components/code:
--------------------------------------------------------

- TVpZeosDatastore in folder "zeos" 
  requires installation of package "laz_visualplanit_zeos"
  
- TVpmORMotDatastore in folder "examples/mormot":
  Since this datastore depends on third-party source code it is not added in 
  its own package. Just look at the sample code in folder "examples/mormot".