You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
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.
|