Re: JDBC Support - prepared Statements?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rainer Klute <rainer(dot)klute(at)gmx(dot)de>
Cc: Mariano Kamp <mkamp(at)codamax(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: JDBC Support - prepared Statements?
Date: 2001-07-10 21:21:01
Message-ID: 200107102121.f6ALL1L09573@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

> > 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.
>
> Hm, I build everything from source. Perhaps the RPM is buggy.

I would get the JAR from:

http://jdbc.fastcrypt.com

This is a copy of the CVS tree, which has some bugs fixed from 7.1.2.

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Cianflone 2001-07-10 21:22:34 way to pass NEW into function
Previous Message Nathan Myers 2001-07-10 21:15:46 Re: SOMAXCONN (was Re: Solaris source code)

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-10 22:03:34 Re: Re: Too much data received?
Previous Message Ned Wolpert 2001-07-10 20:21:47 RE: Re: Shutdown hook imp