Java DB - IJ

Card Puncher Data Processing

About

The Derby ij JDBC tool is used to run:

  • scripts
  • or interactive queries

against a Derby database.

How to

start it

  • Embedded Mode
%DERBY_HOME%\ij
REM or
java -jar %DERBY_HOME%/lib/derbyrun.jar ij
  • Server mode
set DERBY_OPTS=-Dij.protocol=jdbc:derby://localhost/
%DERBY_HOME%\ij

Version

ij version 10.8





Discover More
Path Bin Derby Home
How to install Derby in a client/server mode with the Network server mode? (JavaDB)

Derby (ie Java DB) has two types environment and then two types of installation. This article goes over an installation in the client/server architecture with the installation of Java DB within the Network...
Path Bin Derby Home
Java DB - Getting Started

First steps with Java DB and the ij client tool. There is two installation option: Derby may have been already installed with the Jdk or you need to download it Java DB/Derby may be installed...
Card Puncher Data Processing
Java DB - Tools (derbyrun.jar)

The tools that are included with Derby are: dblook, ij, and sysinfo. They are included in the derbyrun.jar file.



Share this page:
Follow us:
Task Runner