:
> 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
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
:
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
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
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 ();
/