DBPostgres's getBooleanString

2004-02-16 Thread Shin Ohkubo
Hi all, I've read in the past e-mails about DBPostgres's getBooleanString method, as discussed in topics such as: -"The dreaded BIT and PostgreSQL" -"PostgreSQl don't delete rows with BOOELAN type" -"[SOURCE] Issue #TRQS185 - Postgres boolean type handled as an int instead of a boo..." -"Postgres

Id-table initializing in MSSQL

2004-01-28 Thread Shin Ohkubo
l Thank you very much in advance. Best Regards, Shin Ohkubo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Adding personal variables in Torque.properties files

2004-01-19 Thread Shin Ohkubo
For that purpose, we used System.getProperty("CATALINA_HOME") (but this can be only used if your upload file path is in your Tomcat directory.) hth, Shin Ohkubo >> -Original Message- >> From: Amine Bousta [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, Jan

RE: Problem with CLOB retreival

2003-12-17 Thread Shin Ohkubo
advance, Best regards, Shin Ohkubo -Original Message- From: Bill Leng [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 1:00 AM To: Apache Torque Users List Subject: Re: Problem with CLOB retreival Hope this email helps. The root cause is Oracle's jdbc driver does not co

RE: Problem with CLOB retreival

2003-12-17 Thread Shin Ohkubo
>> Jaya wrote: >> >> >Hi, >> > >> >I got the info from this mailing list archive only. Please >> >see the link >> > >> >http://www.mail-archive.com/[EMAIL PROTECTED]/ msg07213.ht >> >ml >> > >> >In villagexxx.j

RE: Problem with CLOB retreival

2003-12-16 Thread Shin Ohkubo
Hi, I was facing the same problem the other day. I retrieved the result as a oraqle.sql.CLOB, and then used the getSubString method. Object o = rset.getObject(2); if (o instanceof CLOB) { CLOB clob = (CLOB) o; System.out.println("SOURCE Length: " +

How does everyone deal with the currently-unsupported-outer-joins?

2003-06-10 Thread Shin Ohkubo
know. Thanx in advance! Shin Ohkubo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Still Problems with null connections

2003-06-03 Thread Shin Ohkubo
Hi Ralf: not sure if this helps but this is the jdbc2pool part of my torque.properties. hope this is of any help. good luck! Shin ## Using Jdbc2Pool torque.dsfactory.imaken.factory=\ org.apache.torque.dsfactory.Jdbc2PoolDataSourceFactory torque.dsfactory.imaken