CallableStatement
| От | Shane McEneaney |
|---|---|
| Тема | CallableStatement |
| Дата | |
| Msg-id | 016401c05fa4$78bbc220$49dc7ac0@gamesnow.ie обсуждение |
| Список | 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@altern.org>
To: <shane@shadowbox.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
:
В списке pgsql-sql по дате отправления: