Thanks to visit codestin.com
Credit goes to postgrespro.com

CallableStatement - Mailing list pgsql-sql

From Shane McEneaney
Subject CallableStatement
Date
Msg-id [email protected]
Whole thread Raw
List 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: <[email protected]>
To: <[email protected]>
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
:




pgsql-sql by date:

Previous
From: Bruno Boettcher
Date:
Subject: Re: what's wrong with my plperl function?
Next
From: [email protected]
Date:
Subject: pltcl problem