Project

jdbc-jt400

0.0
No commit activity in last 3 years
No release in over 3 years
Install this gem `require 'jdbc/jt400'` and invoke `Jdbc::JT400.load_driver` within JRuby to load the driver.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.0
~> 3.5
~> 0.55
 Project Readme

Gem Version

jdbc-jt400

A Ruby gem which wraps the IBM Toolbox for Java (i.e. JTOpen), which allows Java programs to connect to DB2 on IBM i (or i5/OS or OS/400).

For more information about JTOpen, please consult http://jt400.sourceforge.net/

Usage

To make the driver accessible to JDBC and ActiveRecord code running in JRuby :

require 'jdbc/jt400'
Jdbc::JT400.load_driver

Copyright

  • Rubygem copyright © 2017-2018 eCraft
  • JTOpen is copyright © 1997-2017 International Business Machines Corporation and others

This Rubygem and the JT400 JDBC driver ("IBM Toolbox for Java") is distributed under the IBM public license (IPL 1.0)

The full details of the IPL 1.0 can be found in the LICENSE.md file.