Difference between revisions of "Scout/Tutorial/3.8/Add JDBC Drivers for Eclipse Scout"
Line 2: | Line 2: | ||
== Introduction == | == Introduction == | ||
− | Scout ships with one | + | Scout ships with one [http://en.wikipedia.org/wiki/Jdbc JDBC] driver for the [http://db.apache.org/derby/ Derby] database. If you want to use other databases you can add JDBC drivers for those by installing the corresponding driver. This driver is published in the [http://marketplace.eclipse.org Eclipse Marketplace]. This tutorial explains how to add and use JDBC drivers using the Scout SDK. |
== Preparation == | == Preparation == |
Revision as of 17:10, 27 April 2012
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Introduction
Scout ships with one JDBC driver for the Derby database. If you want to use other databases you can add JDBC drivers for those by installing the corresponding driver. This driver is published in the Eclipse Marketplace. This tutorial explains how to add and use JDBC drivers using the Scout SDK.
Preparation
First we create a new Scout "Hello World" application as described in the Hello World tutorial.
== Installation of JDBC Drivers using Scout SDK
TODO
Creating a SQL Service
TODO