Also, while we're on the topic, the IBM documentation says their
JDBC 2 driver includes support for the JDBC 2 Optional package through
classes such as:

COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource
COM.ibm.db2.jdbc.DB2XADataSource

        However, those classes do not seem to be in any of the JARs under
/usr/IBMdb2/V7.1/java.  Do you know where I could find them?  Or again
could that be something only distributed with the other versions of DB2?

Thanks,
        Aaron

On Fri, 20 Oct 2000, Dan Kearns wrote:
> I've had it working on a single linux box, but haven't tried remote yet. It
> seems to work ok, except that if you use the jdbc2 drivers and try to store
> a cmp object field the db2 driver crashes and takes java with it (doesn't
> happen with the older drivers), also the non as400 versions don't like
> vargraphic.
> 
> IIRC, 50000 is the remote management port, and the instance you want is
> likely on 50001 (did you install an admin instance and one for your stuff?
> the install program make it a little confusing), but that is neither here
> nor there - if you are on the same machine and use the app driver you
> shouldn't need to care.
> 
> Also check whether you are using the .app or .net driver. For the .net
> driver you need to remember to start the server for it - on windows it is
> called DB2 JDBC Applet Server - I think on unix it is something like
> db2jstrt or db2javastart or something like that. If you are using the .app
> driver instead (supposedly faster) you need to set up the cli client and get
> that working before the java bits will work - there's some deal with
> exporting bindings or something like that... the net driver should be much
> easier to get started with remotely, but locally the app driver should work
> as soon as you can get the command-line shell to work.
> 
> -d
> ----
> Dan Kearns <[EMAIL PROTECTED]>
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
> 



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to