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

Re: [JDBC] callable statements, latest snapshot

2001-03-12 Thread Peter Mount
At 19:46 11/03/01 -0500, Gregory Bittar wrote: >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 e

[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