--- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > On Tue, 11 Feb 2003, Stephen Westbom wrote: > > > Date: Tue, 11 Feb 2003 09:31:31 -0800 (PST) > > From: Stephen Westbom <[EMAIL PROTECTED]> > > Reply-To: Jakarta Commons Users List > <[EMAIL PROTECTED]> > > To: Jakarta Commons Users List <[EMAIL PROTECTED]> > > Subject: Re: [DBCP] getting the underlying result set for Blob > processing > > > > Get the source code (you will need JUnit and Ant) and put a > method in to get > > the underlying result set (_res). DelegatingResultSet is a > Delegator or > > wrapper pattern class. The underlying result set object is > passed in through > > the constructor and is private (nothing is exposed to get it). > > > > I have done things like this several times to overcome bugs in > this code, it is > > fairly easy to roll your own version of the jar file. > > > > The precise change you suggest was added to DelegatingResultSet > subsequent > to the 1.0 release -- grab a recent nightly build and you can call > the > getDelegate() method to get the underlying ResultSet that is being > wrapped. > > > http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-dbcp > > > Good luck. > > Craig
Thanks to Craig and Stephen for their advice!! I have to agree with Stephen about the mess that Oracle forces us to go through to handle blobs. Given that the standard JDBC interface allows for blob handling, it is even more criminal. Craig, can I take the nightly build of commons-dbcp and drop it into my installation? I'm using Tomcat 4.1.18 and Struts 1.1b3 so I have the commons-dbcp.jar in CATALINA_HOME/common/lib (provided as part of Tomcat) and in MyWebApp/WEB-INF/lib (provided as part of the Struts libraries). I'm not using the datasource facility of Struts - only in Tomcat. Should I replace both copies or is it enough to replace only the CATALINA_HOME/common/lib jar file? Again, thanks for the help. Kevin. __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]