lazarus-ccr/components/tvplanit/examples/datastores/fb
2023-10-10 22:24:46 +00:00
..
project1.lpi TvPlanIt: Activate dayview drag-and-drop in the examples/datastores demos. 2021-12-13 21:56:17 +00:00
project1.lpr tvplanit: Add TVpFirefirdDatastore, a dedicated datastore for Firebird databases. Add example for it. 2016-07-28 15:46:32 +00:00
readme.txt 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
unit1.lfm TvPlanIt: Deletion of a resource deletes also the associated events, contacts and tasks. Tested with all database datastores. Update datastore sample projects. 2023-10-10 22:24:46 +00:00
unit1.pas TvPlanIt: Deletion of a resource deletes also the associated events, contacts and tasks. Tested with all database datastores. Update datastore sample projects. 2023-10-10 22:24:46 +00:00

This demo shows how a Firebird database can be used for VisualPlanIt. It 
takes advantage of the prebuilt TVpFirefordDatastore.

Login parameters for the created database:
  username: SYSDBA
  password: masterkey

NOTE:
The project creates a new database on the fly using these login parameters.