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.8/Add JDBC Drivers for Eclipse Scout"

< Scout‎ | Tutorial‎ | 3.8
(New page: {{ScoutPage|cat=Tutorial 3.8}} == Introduction == TODO == Preparation == First we create a new Scout "Hello World" application as described in [[Scout/Tutorial/3.8/HelloWorld|Hello Wor...)
 
Line 3: Line 3:
 
== Introduction ==
 
== Introduction ==
  
TODO
+
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 ==
  
First we create a new Scout "Hello World" application as described in [[Scout/Tutorial/3.8/HelloWorld|Hello World tutorial]].
+
First we create a new Scout "Hello World" application as described in the [[{{BASEPAGENAME}}/HelloWorld|Hello World tutorial]].
 +
 
 +
== Installation of JDBC Drivers using Scout SDK
 +
 
 +
TODO
 +
 
 +
== Creating a SQL Service ==
 +
 
 +
TODO

Revision as of 18:09, 27 April 2012

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

Introduction

Scout ships with one [[1]] driver for the [[2]] 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 [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

Back to the top