[JDBC] Callable Statements

2001-02-07 Thread Gregory Bittar
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

[JDBC] callable statements, latest snapshot

2001-03-11 Thread Gregory Bittar
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

Re: [JDBC] callable statements, latest snapshot

2001-03-12 Thread Gregory Bittar
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