Sha256: f37c02f0a0edc3013d3102db2739db6845e6fc330b1f2ebf25b1129f3776564b
Contents?: true
Size: 803 Bytes
Versions: 2
Compression:
Stored size: 803 Bytes
Contents
# jdbc-as400 IBM i formerly AS/400 is a IBM proprietary operating system. It has a built-in support of DB2 with some particularities. Some key advantages include: * Robust and efficient * Java compatibility * OS/400 database compatibility For more information see http://www-03.ibm.com/systems/power/software/i/db2/index.html ## Usage To make the driver accessible to JDBC and ActiveRecord code running in JRuby : require 'jdbc/as400' Jdbc::AS400.load_driver ## Compatibility The shipped driver is the JDBC 4.0 with native optimizations version. It's only compatible with IBM i V5R1 or later. Java 1.6 or later is required. ## Copyright Copyright (c) 2012 [The JRuby Team](https://github.com/jruby). JTopen is available under the IBM Public License Version 1.0 see *LICENSE.txt*.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jdbc-as400-9.0 | README.md |
jdbc-as400-8.6 | README.md |