lazarus-ccr/components/tvplanit/examples/datastores
2016-09-20 19:48:47 +00:00
..
bufdataset tvplanit: Add new fields (email1..3, website1..2, address1..2, pathtophoto) to contact records. Update some demos. 2016-09-15 11:40:14 +00:00
fb tvplanit: Activate "Apply to planner" button in sqlite3 datastore demo. Minor changes in some datastore demo project options. 2016-09-20 12:11:11 +00:00
flex tvplanit: Fix "Apply to planner" button in FlexDatastore demo for Access. 2016-09-20 19:48:47 +00:00
ini tvplanit: Implement new contact fields for ini datastore (-> new file structure). 2016-09-15 20:27:13 +00:00
sqlite3 tvplanit: Activate "Apply to planner" button in sqlite3 datastore demo. Minor changes in some datastore demo project options. 2016-09-20 12:11:11 +00:00
xml tvplanit: Unpublish ini datastore property Connected (was forgotten in r5034). Fix related for reading error ini datastore demo. (Demo is not working, though). 2016-08-01 18:54:43 +00:00
zeos tvplanit: Activate "Apply to planner" button in sqlite3 datastore demo. Minor changes in some datastore demo project options. 2016-09-20 12:11:11 +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".