You've already forked lazarus-ccr
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:
15
components/tvplanit/examples/datastores/zeos/readme.txt
Normal file
15
components/tvplanit/examples/datastores/zeos/readme.txt
Normal 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.
|
Reference in New Issue
Block a user