TvPlanIt: Extended ZEOS datastore sample to show usage of a Firebird database.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-04-18 21:41:51 +00:00
parent 3eab02dd33
commit 0a97392e0b
3 changed files with 79 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
This demo shows how the ZeosLib components can be used for VisualPlanIt. It
takes advantage of the prebuilt TVpZeosDatastore.
The test application was tested for sqlite3 and FireBird (v3) databases. In the
header of unit1.pas there are conditional defines to select the database type;
activate ONE of them.
Firebird is tested only for v3.
Login parameters for the created Firebird database:
username: SYSDBA
password: masterkey
NOTE:
The project creates a new database on the fly using these login parameters.