Re: [INTERFACES] Java, JDBC & CORBA (fwd)

From: Peter T Mount <peter(at)taer(dot)maidstone(dot)gov(dot)uk>
To: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] Java, JDBC & CORBA (fwd)
Date: 1998-11-30 15:33:07
Message-ID: Pine.LNX.4.04.9811301531570.831-100000@taer.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, 30 Nov 1998, Herouth Maoz wrote:

> At 17:15 +0200 on 30/11/98, Peter T Mount wrote:
>
>
> > Anyhow, I was thinking of adding code so when it creates a connection, it
> > creates postgresql.Connection when it's 1.1.x, and
> > postgresql.v2.Connection for 1.2.x
> >
> > This does open a possibility of having both drivers in the same jar file,
> > however, it would have to be built using both 1.2 then 1.1 javacs, then
> > build the jar file.
> >
> > In theory it should work, but we will have to wait until 1.2 final is out,
> > before trying it.
>
> Yes. That's what I meant.
>
> Another possibility is to provide the driver in binary format. After all,
> Java binaries are the same on all platforms.

I do on my web site, covering different versions of postgresql. However,
someone tried a 1.1 binary on a 1.2 JVM, and it complained. It's more
strict on the class validation.

--
Peter Mount, IT Section
petermount(at)it(dot)maidstone(dot)gov(dot)uk
Anything I write here are my own views, and cannot be taken as being the
official words of Maidstone Borough Council

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Byron Nikolaidis 1998-11-30 15:42:26 Re: [INTERFACES] PostODBC/MS ADO
Previous Message Herouth Maoz 1998-11-30 15:26:15 Re: [INTERFACES] Java, JDBC & CORBA (fwd)