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

> Chong Yu Meng wrote:-----------------------------
> 
> Hold it !! Not sure if you're using the right product, Raimee !!!
> 
> As far as I know : DB2 Personal Edition does *not* have support for network
> connections -- just named pipes. 

There are two possibilities:

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.  

Also note that DB2 Connect Edition is the only requirement for
connectivity.  It comes wih The Client
Configuration Assistant.  Use it to register a DB2 Instance over a
Network or Locally.  Your servlet then
conencts to the database as described above.  

> That was how it was with DB2 v5 through
> 5.2. Not sure about ver 6.x. 

I can't speak for v5.x.  

> I tried to confirm that very thing yesterday
> when I went to IBM Towers here, in SIngapore. Unfortunately, nobody could
> tell me. They said that they will ship the Personal and Enterprise edition
> to me as soon as the CDs arrive in Singapore (which will be in a week or
> two). I'll be in a much better position to advise you then ...

DB2 Persoal is available for download from software.ibm.com as well. 
Perhaps you cannot access
the server from Singapore.


--
--------------------------------------------------------------
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