CallableStatement

From: "Shane McEneaney" <shane(at)shadowbox(dot)ie>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: CallableStatement
Date: 2000-12-06 16:49:16
Message-ID: 016401c05fa4$78bbc220$49dc7ac0@gamesnow.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi Thomas,
thanks for taking the time to respond. If I try to
use a CallableStatement object in Java using Posgresql driver included
in PostgreSQL 7.0.2. I get an SQLException which includes the message;

"Callable Statements are not supported at this time. "

snippet of code

String sql="........................................";
try {
conn = ConnectionPoolManager.getConnection();
CallableStatement stmt = conn.prepareCall(sql);

stmt.execute();

catch (SQLException e) {
..................

}

----- Original Message -----
From: <tsmets(at)altern(dot)org>
To: <shane(at)shadowbox(dot)ie>
Sent: Wednesday, December 06, 2000 3:10 PM
Subject: re : [SQL] CallableStatement

:
: what's your problem exactly ?
:
: Thomas,
:
:
:
: ==============
: Posté par Shane McEneaney le 6/12.
:
: Hi,
: can anybody tell me where I can get a free JDBC driver for
: Postgresql that implements CallableStatement? The driver in the
: distribution I have is PostgreSQL 7.0.2.
:
: Thanks in advance,
:
: Shane
:

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Boettcher 2000-12-06 16:52:13 Re: what's wrong with my plperl function?
Previous Message Tom Lane 2000-12-06 15:54:58 Re: what's wrong with my plperl function?