Re: [JBoss-user] problem with oracle Clob column.

2001-07-26 Thread David Jencks
: > It Works . thanks Tim and Radu-Gabriel for your very good response. > > > - Original Message - > From: "Tim Yates" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 26, 2001 12:33 PM > Subject: Re: [JBoss-user] problem

Re: [JBoss-user] problem with oracle Clob column.

2001-07-26 Thread jtoledo
It Works . thanks Tim and Radu-Gabriel for your very good response. - Original Message - From: "Tim Yates" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 12:33 PM Subject: Re: [JBoss-user] problem with oracle Clob column. I know I have

Re: [JBoss-user] problem with oracle Clob column.

2001-07-26 Thread Tim Yates
: org.jboss.minerva.jdbc.ResultSetInPool has changed for sure... but you should know what it is :-) Good Luck, Tim. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 10:49 AM Subject: [JBoss-user] problem with oracle Clob column. > hello jboss user

Re: [JBoss-user] problem with oracle Clob column.

2001-07-26 Thread Radu-Gabriel Pantazi
t) rs; } So u have to get the actual ResultSet which in this case is an OracleResultSet by calling getUndelyingResultSet() - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 11:49 AM Subject: [JBoss-user] problem with o

[JBoss-user] problem with oracle Clob column.

2001-07-26 Thread jtoledo
hello jboss users. I want to write inside a Clob column in a oracle database. And I have problems with it. My code is this: --- . . import oracle.sql.*; import oracle.jdbc.driver.*; . . con.setAutoCommit (false); Statement stmt = con.createStatement (); /