Re: jdbc-newbie

From: Mike Engelhart <mengelhart(at)earthtrip(dot)com>
To:
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: jdbc-newbie
Date: 2000-08-08 15:15:02
Message-ID: 399023F6.76DB0C32@earthtrip.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Mihai Gheorghiu wrote:
>
> In order to run servlets, java.sql and javax.sql should be added to the
> JDK2.0 package.
> Postgres comes with its own jdbc interface (jdbc7.0-1.2.jar).
> Are they all neded? What should be installed where?
> Is there a URL where the full installation process is presented?
>
> TIA,
>
> Mihai

java.sql.* is part of the JDK so you don't have to add it to your
classpath..
You have to add the postgresql jar file and currently the JDBC driver
doesn't support javax.sql.* extensions as there is a missing class. I'm
working on getting them to Peter to add them to CVS

Mike

In response to

  • jdbc-newbie at 2000-08-08 15:47:52 from Mihai Gheorghiu

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christian Herbert 2000-08-08 15:22:00 RE: Migration
Previous Message Ross J. Reedstrom 2000-08-08 14:59:32 Re: Migration