Using setClob? ;-) http://java.sun.com/j2se/1.4.2/docs/api/java/sql/PreparedStatement.html#setClob(int,%20java.sql.Clob)
If you need to access the underlying connection then set accessToUnderlyingConnectionAllowed to true as described here:
http://jakarta.apache.org/commons/dbcp/configuration.html
-- Dirk
Joao Batistella wrote:
Hello!
I'm using an Oracle database and I have to pass a CLOB value to a stored
procedure. How can I do that if the connection DBCP returns to me is not an
oracle connection?
Thanks,
JP
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
