You've already forked lazarus-ccr
16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
![]() |
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.
|