Re: JDBC Support - prepared Statements?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Mariano Kamp <mkamp(at)codamax(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: JDBC Support - prepared Statements?
Date: 2001-07-03 16:41:01
Message-ID: 200107031641.f63Gf1524027@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

I would get the newest Jdbc from:

http://jdbc.fastcrypt.com

It has more bug fixes than 7.1.X.

> Hello Rainer,
>
> yes I did so. The name of the rpm I recently downloaded is:
> postgresql-jdbc-7.1.2-4PGDG.i386.rpm and it is throwing the exception when
> calling the prepareStatement() Method.
>
> But when I get back some air to breathe I will go and double-double-check
> that my classpath is setup properly ;-)
>
> Mariano
>
>
>
>
> On Tuesday 03 July 2001 10:02 am, Rainer Klute wrote:
> > > ... and the only problem we are facing is the I get an exception stating
> >
> > that
> >
> > > with the current jdbc driver prepared statements are not supported (yet).
> >
> > Did you try the latest 7.1.2 release? I did so recently and did not
> > encounter any problems with PreparedStatements. (There are still other bugs
> > in the JDBC driver, but that's another story.)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-07-03 17:06:25 Re: Re: Buffer access rules, and a probable bug
Previous Message Martín Marqués 2001-07-03 16:30:12 Re: [OT] Any major users of postgresql?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mike Finn 2001-07-04 13:56:39 Metadata for tables, schema, and numeric
Previous Message Barry Lind 2001-07-03 15:18:03 Re: [INTERFACES] New code for JDBC driver