| Free tutorials for Java, Eclipse and Web programming |
Version 1.0
Copyright © 2007 - 2010 Lars Vogel
27.07.2010
| Revision History | ||
|---|---|---|
| Revision 0.1 - 0.5 | 17.01.2008 | Lars Vogel |
| Created | ||
| Revision 0.6 - 0.7 | 05.01.2009 | Lars Vogel |
| bug fixes and enhancements | ||
| Revision 0.8 - 0.9 | 24.06.2009 - 25.01.2010 | Lars Vogel |
| Upgrade to Eclipse 3.5 (Galileo) | ||
| Revision 1.0 | Lars Vogel | |
| Update to Eclipse 3.6 (Helios) | ||
Table of Contents
The Eclipse DTP project provide tools for performing database tasks. For example the project provides an editor for SQL statements or a database browser.
In this article Apache Derby is used as the example database. Derby is an open-source, freely available, pure Java database. See Apache Derby Tutorial to learn more about Apache Derby. Eclipse DTP contains connectors for lots of other databases, e.g. MySQL, PostgreSQL, HSQLDB.
The following assumes that you already have knowledge in using the Eclipse IDE . See the Eclipse Java IDE Tutorial in case you lacking this knowledge.