This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

IBM

General questions regarding the development with JVx.

IBM

Postby Garantisoft » Fri Jan 06, 2012 12:48 pm

Is support for iSeries (AS/400) IBM DB2/400 database?
Garantisoft
 
Posts: 16
Joined: Wed Aug 17, 2011 3:26 pm

Re: IBM

Postby Support@SIB » Fri Jan 06, 2012 2:26 pm

JVx supports DB2. DB2DBAccess uses com.ibm.db2.jcc.DB2Driver. If you need com.ibm.as400.access.AS400JDBCDriver create your own DBAccess and extend it from DB2DBAccess or create a DB2DBAccess instance and call

Code: Select all
<DBAccess>.setDriver("com.ibm.as400.access.AS400JDBCDriver")


before open the DB2DBAccess object.

But you should know that DB2 iSeries is the database which has the most connection issues and you need the JDBC driver that is compatible to your database (fixpacks, ...)
User avatar
Support@SIB
 
Posts: 353
Joined: Mon Sep 28, 2009 1:56 pm


Return to Development