␡
- Derby: A Database for All Seasons
- What Is Derby?
- How to Use Derby
- Setting Up Your CLASSPATH
- Testing Your Setup
- Running Your First Derby Program
- Derby Application Components
- Derby Application Startup
- Loading the Derby Driver
- Database and Connection Creation
- Statement Creation
- Table Creation
- Table Access
- Shutdown
- Running the Code
Like this article? We recommend
Derby Application Components
To make it a little easier to understand the code, I divided it up into the following sections:
- Startup
- Loading the Derby driver
- Database and connection creation
- Statement creation
- Table creation
- Table access
- Shutdown
Sounds complicated, doesn’t it? Well, it’s not! Let’s get started.