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.9/Minicrm/Get example database"

< Scout‎ | Tutorial‎ | 3.9‎ | Minicrm
(New page: {{ScoutPage|cat=Tutorial 3.9}} {{note|Scout Tutorial|This page belongs to the [[{{BASEPAGENAME}}_Step-by-Step|Minicrm Step-by-Step Tutorial]]. }} ==Getting the example database== Download ...)
 
(Getting the example database)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{ScoutPage|cat=Tutorial 3.9}}
 
{{ScoutPage|cat=Tutorial 3.9}}
{{note|Scout Tutorial|This page belongs to the [[{{BASEPAGENAME}}_Step-by-Step|Minicrm Step-by-Step Tutorial]]. }}
+
{{note|Scout Tutorial|This page belongs to the [[{{BASEPAGENAME}}/Minicrm Step-by-Step|Minicrm Step-by-Step Tutorial]]. Previous step: [[{{BASEPAGENAME}}/New_Eclipse_Scout_Project|New Eclipse Scout Project]]. Next Step: [[{{BASEPAGENAME}}/Set up SQL Service|Set up SQL Service]]}}
 +
 
 
==Getting the example database==
 
==Getting the example database==
 
Download the [[Media:DerbyDB.zip|Apache Derby example database]] and unzip it.
 
Download the [[Media:DerbyDB.zip|Apache Derby example database]] and unzip it.
Line 12: Line 13:
 
The password for the user '''minicrm''' is ''minicrm''.
 
The password for the user '''minicrm''' is ''minicrm''.
  
{{note|Location|We usually unzip the Eclipse installation into C:\DerbyDB\ 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.}}
+
{{note|Location|We usually unzip the sample database into C:\DerbyDB\ 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.}}
 +
 
 +
==Modify the database==
 +
The demo database is sufficient for the tutorial. Please refer to this how to: {{ScoutLink|HowTo/3.9|Modify a derby database}} if you want to add other columns to the existing tables.

Latest revision as of 01:47, 27 June 2013

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

Note.png
Scout Tutorial
This page belongs to the Minicrm Step-by-Step Tutorial. Previous step: New Eclipse Scout Project. Next Step: Set up SQL Service


Getting the example database

Download the Apache Derby example database and unzip it.

The DB you've downloaded contains the following two tables in tablespace minicrm:

Company.jpg

Person.jpg

The password for the user minicrm is minicrm.

Note.png
Location
We usually unzip the sample database into C:\DerbyDB\ 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.


Modify the database

The demo database is sufficient for the tutorial. Please refer to this how to: The Scout documentation has been moved to https://eclipsescout.github.io/. if you want to add other columns to the existing tables.

Back to the top