Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Tutorial/3.7/Minicrm/Get example database"

< Scout‎ | Tutorial‎ | 3.7
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=Tutorial 3.7}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
{{note|Scout Tutorial|This page belongs to the {{ScoutLink|Tutorial|Minicrm Step-by-Step|Minicrm Step-by-Step Tutorial}}. }}
+
==Getting the example database==
+
Download the [[Media:DerbyDB.zip|Apache Derby example database]] and unzip it.
+
 
+
The DB you've downloaded contains the following two tables in tablespace '''minicrm''':
+
 
+
[[Image:Company.jpg]]
+
 
+
[[Image:Person.jpg]]
+
 
+
The password for the user '''minicrm''' is ''minicrm''.
+
 
+
{{note|Location|We usually unzip the Eclipse installation into C:\ on Windows machines because at some point in the past the maximum path length was sometimes problematic. The tutorial is going to assume that you will do the same.}}
+

Latest revision as of 07:24, 18 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top