Hi,
And if it is something Oracle specific you need to call
getUnderlyingConnection from the con you get from the db-pool. Try searching
the archive for Underlying Connection to see how its done.
hth,
Burkhard
----- Original Message -----
From: "Dain Sundstrom" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 17, 2002 10:50 AM
Subject: Re: [JBoss-user] JBoss-user]:Oracle unicode problem


> What does the sql look like for this field?
>
> If it is standard sql, CMP should work fine.  If it is weird Oracle SQL,
> you will have to use BMP.
>
> -dain
>
>
> IT Deng Yong Ping wrote:
> > Hi, all,
> >
> >         I have a problem to use Oracle9i with JBoss 3.0, so pls help me.
> >
> >         I created a database in Oracle9i, set national charater set to
AL16UTF16,
> >
> > then  create several tables with columns in nvchar. I can write unicode
to these
> >
> > columns by first create a  Oracle.jdbc.OraclePreparedStatement , then
set
> >
> > the nvchar fileds with setFormOfUse function . Now I want to use EJB to
acess
> >
> > this database, not by JDBC,  how can I access filed.(either BMP or CMP)?
> >
> >         Thanks  in advance.
> >
> >
> >
> >
> >
> >
> > _______________________________________________________________
> >
> > Sponsored by:
> > ThinkGeek at http://www.ThinkGeek.com/
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
> _______________________________________________________________
>
> Sponsored by:
> ThinkGeek at http://www.ThinkGeek.com/
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>


----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                      >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to