-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

On Tue, 7 Sep 1999, Raimee Stevens wrote:

> > As far as I know : DB2 Personal Edition does *not* have support for network
> > connections -- just named pipes. 

Personal Edition v6.1 (for Linux) includes "db2jdbc61-6.1.0-0.i386.rpm",
which among other things includes:

/usr/IBMdb2/V6.1/bin/db2jd
/usr/IBMdb2/V6.1/bin/db2jstrt
/usr/IBMdb2/V6.1/java/db2java.zip
/usr/IBMdb2/V6.1/java/runtime.zip
/usr/IBMdb2/V6.1/lib/libdb2jdbc.so
/usr/IBMdb2/V6.1/lib/libdb2sqlj.so

Which indicates both "net" and "app" jdbc driver. The installation program
allows me to choose TCP/IP, so no named pipes required. But I haven't
actually used the PE version ...


> 1. To use IBM's net Driver and communicate with DB2 via the DB2 Applet
> Server.
> 
> 2. Use the app driver and connect to the DB2 CLI layer directly.
> 
> As I understand it, the more direct and stable connection is provided by
> method 2.
> In both cases, the JDBC driver is of Type 2 Java/Native.  Which means
> that the JVM
> hosting the Driver class (and Servlet Engine) makes socket connections
> so the native dll on the DB2 side.
> To me, that's a Network Connection.  

I am pretty sure the net driver does not use any native code and is a pure
java solution (what's that, "type 4"?).

/Urban



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to