2016-07-26 11:32:22 +00:00
|
|
|
The folder "datastores" collects some demo projects to show usage of the
|
|
|
|
various datastores that come along with TvPlanIt:
|
|
|
|
|
2016-09-02 10:48:12 +00:00
|
|
|
Datastores working with the default Lazarus installation
|
|
|
|
--------------------------------------------------------
|
|
|
|
|
2016-07-28 22:01:33 +00:00
|
|
|
- TVpBufDsDatastore in folder "bufdataset" (for TBufDataset)
|
|
|
|
|
|
|
|
- TVpFirebirdDatastore in folder "fb" (for Firebird databases using SQLDB)
|
2016-07-26 11:32:22 +00:00
|
|
|
|
|
|
|
- TVpFlexDatastore in folder "flex" (two projects, one for Access, one for
|
|
|
|
sqlite3 database)
|
|
|
|
|
2016-07-28 22:01:33 +00:00
|
|
|
- TVpIniDatastore in folder "ini" (for ini files)
|
2016-07-26 11:32:22 +00:00
|
|
|
|
2016-07-28 22:01:33 +00:00
|
|
|
- TVpSqlite3Datastore in folder "sqlite3" (for SQLite3 database using SQLDB)
|
2016-07-26 11:32:22 +00:00
|
|
|
|
2016-09-02 10:48:12 +00:00
|
|
|
|
|
|
|
Add-on datastores requiring third-party components/code:
|
|
|
|
--------------------------------------------------------
|
|
|
|
|
2016-07-26 11:32:22 +00:00
|
|
|
- TVpZeosDatastore in folder "zeos"
|
2016-09-02 10:48:12 +00:00
|
|
|
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".
|