JDBC Naming conventions (was Re: RE: Another Problem Connecting to JDBC7.0)

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC Naming conventions (was Re: RE: Another Problem Connecting to JDBC7.0)
Date: 2001-04-23 16:38:41
Message-ID: 988043921.3ae45a918064e@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Quoting "B.N.V. Raman" <raman(at)myself(dot)com>:

> Hi,
>
> I think one of the solutions may be to uninstall jdk1.3 and install
> jdk1.2.2. I had to do that to get my stuff working. Remember, the
> jdbc7.0-1.2 driver notation means you are connecting to jdk1.2, not
> jdk1.3.

That's correct, 1.x refers to the JDK version (as 1.2 and 1.3 are different in
a few small ways).

For info, this is my naming convention:

jdbcx.x-y.ye

where:

x.x - PostgreSQL Minor version, ie 7.1
y.y - Java JDK it supports, ie:
1.1 for JDK1.1.8 (aka JDBC1.2)
1.2 for JDK1.2.x Standard Edition
1.3 for JDK1.3.x Standard Edition

e - If present ee indicates the enterprise edition (currently JDK1.2 only).
ie: jdbc7.1-1.2e

I'm currently writing these down for the dev web pages...

Peter

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Scott Gammill 2001-04-24 03:00:21 Re: Soliciting CallableStatement ideas
Previous Message Peter T Mount 2001-04-23 15:14:32 Re: 7.1 RPM has old JDBC driver - SQL statement too long