Yes. Ask IBM. It's their DB2 (presumably that's what you're talking
about), and yes thy have been providing a JDBC driver since about
1997...
Joe Weinstein at BEA
etienno@gmail.com - 29 Jul 2005 20:19 GMT
Check
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.w
ebsphere.express.doc/info/exp/ae/tcws_toolbox.html
also found a small wiki:
http://wiki.midrange.com/index.php/JT400
I use it on a db2 as400, working perfectly.
Etienne
> Hello,
> does anybody can tell me how to get connected to AS400 via JDBC or in
> any other way?
>
> Thank you
> Alessandro
I use the JTOpen project which is the open-source version of the IBM ToolBox
for java. Supported by the same team and given the same level of commitment
to quality.
http://jt400.sourceforge.net/ is their new home.
Add a .jar, define an AS400 object, and AS400ConnectionPoolDataSource
object, and an AS400ConnectionPool object. Not much else to it. We have web
sites hitting our iSeries all day and night using this... and I have java
"server" jobs running on the same AS/400 using it. I should have an article
in the October-ish iSeries News magazine describing one way in which we are
using this.

Signature
Virgil