Page 1 of 1

IBM

PostPosted: Fri Jan 06, 2012 12:48 pm
by Garantisoft
Is support for iSeries (AS/400) IBM DB2/400 database?

Re: IBM

PostPosted: Fri Jan 06, 2012 2:26 pm
by Support@SIB
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, ...)