My team is engaged in work that is anticipating that Postgres 7.1's JDBC
driver will include bare CallableStatement functionality. We are
writing Java classes with SQL stored procedure invocation code,
expecting to receive integer result values from the database. The last
I heard, the Postgres
The last I heard, CallableStatements were going to be
part of the 7.1 release. I downloaded the latest 7.1
snapshot (March 10th's) and was surprised to find that
the Connection objects for both JDBC1 and JDBC2 drivers
are hardcoded to throw an error when CallableStatements
are attempted. Does th
Thanks for your really timely response. It is appreciated.
Forging ahead, are there any workarounds for this process? I was thinking
about reorganizing things around log/event tables. An insert to a log
table would trigger my stored procs, which would in turn apply more
complicated business