Sha256: e241e0e4ec3d2823e904ae44f928e71743bdfa153e80748408688bb4fbd36698
Contents?: true
Size: 616 Bytes
Versions: 2
Compression:
Stored size: 616 Bytes
Contents
# jdbc-jt400 A Ruby gem which wraps the IBM Toolbox for Java, which allows Java programs to connect to DB2 on IBM i (or i5/OS or OS/400). For more information see http://jt400.sourceforge.net/ ## Usage To make the driver accessible to JDBC and ActiveRecord code running in JRuby : ```ruby require 'jdbc/jt400' Jdbc::JT400.load_driver ``` ## Copyright Copyright © 2017 [eCraft](http://apps.ecraft.com) 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](LICENSE.md) file.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jdbc-jt400-9.4.0 | README.md |
jdbc-jt400-9.1.1 | README.md |