Could you be more specific? One point that may help: Note that DBCP wraps the "native" database types with classes used to implement the pooling, so you shouldn't expect to be able to cast the result of Statement.exeucteQuery() to OracleResultSet, for example. (There are methods of the DBCP types to get to the underlying types, if you really need to, but if possible you're better off avoiding them if possible)
On Fri, 21 Mar 2003, James Ma wrote: > I got a problem in geting a OracleResultSet when using > org.apache.commons.dbcp.BasicDataSourceFactory in Tomcat. Could anybody > help? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
