Re: need a jdbc driver to access db2 running on AS400

2002-01-09 Thread Robert Claeson

Jay Milam wrote:

> We are in dire need of a jdbc driver that will access the db2 database
> running on the AS400 platrom (license v4r4mo).  The driver should be able to
> run on WAS 4.0.1.  Does anyone have an answer for usplease


You need the DB2 client installation and the DB2 Connect package 
(required for communication with DB2 running on AS/400 and S/390). There 
are two drivers to choose from: the 'net' driver and the 'app' driver. 
The 'net' driver is primarily intended for applets, so you'd be better 
off using the 'app' driver. There are also type 4 drivers from third 
parties (IBMs drivers are type 2 and type 3 which is faster than type 4 
but requires you to install more software).

/Robert



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: need a jdbc driver to access db2 running on AS400

2002-01-09 Thread Jay Milam

Great info...Thanx alot...

-Original Message-
From: Robert Claeson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 09, 2002 2:08 PM
To: Struts Users Mailing List
Subject: Re: need a jdbc driver to access db2 running on AS400


Jay Milam wrote:

> We are in dire need of a jdbc driver that will access the db2 database
> running on the AS400 platrom (license v4r4mo).  The driver should be able
to
> run on WAS 4.0.1.  Does anyone have an answer for usplease


You need the DB2 client installation and the DB2 Connect package
(required for communication with DB2 running on AS/400 and S/390). There
are two drivers to choose from: the 'net' driver and the 'app' driver.
The 'net' driver is primarily intended for applets, so you'd be better
off using the 'app' driver. There are also type 4 drivers from third
parties (IBMs drivers are type 2 and type 3 which is faster than type 4
but requires you to install more software).

/Robert



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>