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

Scout/Tutorial/3.8/Minicrm/Get example database

< Scout‎ | Tutorial‎ | 3.8‎ | Minicrm
Revision as of 05:27, 13 August 2012 by Jeremie.bresson.unblu.com (Talk | contribs) (Change "Minicrm Step-by-Step Tutorial" Link)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla
Note.png
Scout Tutorial
This page belongs to the Minicrm Step-by-Step Tutorial.

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 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.

Back to the top