FW: Yet another OT question.

2004-02-04 Thread David Short
i8 driver compatible with Oracle's OracleConnectionCacheImpl class? If so, what am I doing wrong. W2K Oracle 8.1.7 Apache 2.0.43 Tomcat 4.1.0 -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 9:14 PM To: 'George Sexton' Subject: RE: Ye

RE: Yet another OT question.

2004-02-03 Thread George Sexton
OTECTED]>; Mon, 2 Feb 2004 21:23:21 -0800 (PST) Reply-To: <[EMAIL PROTECTED]> From: "David Short" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Subject: RE: Yet another OT question. Date: Mon, 2 Feb 2004 21:27:23 -0800 Message-ID: <[E

Re: Yet another OT question.

2004-02-03 Thread Adam Hardy
m: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:16 PM To: 'Tomcat Users List' Subject: RE: Yet another OT question. My statement is performing an insert, which would not return a result set. An executeQuery() would return a result set. I too, read the description ab

Re: Yet another OT question.

2004-02-02 Thread Antonio Fiol BonnĂ­n
0 back as the number of affected records. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:16 PM To: 'Tomcat Users List' Subject: RE: Yet another OT question. My statement is performing an insert, which would not return a result

RE: Yet another OT question.

2004-02-02 Thread David Short
2004 9:20 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Yet another OT question. The error is signaled by getting 0 back as the number of affected records. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:16 PM To: '

RE: Yet another OT question.

2004-02-02 Thread George Sexton
The error is signaled by getting 0 back as the number of affected records. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:16 PM To: 'Tomcat Users List' Subject: RE: Yet another OT question. My statement is performing an ins

RE: Yet another OT question.

2004-02-02 Thread David Short
s List'; [EMAIL PROTECTED] Subject: RE: Yet another OT question. I broke out my JDBC handbook (JDBC API Tutorial and Reference, Second Edition) and it says: "Returns an int indicating the number of rows affeted by an INSERT,UPDATE, or DELETE statement; 0 if no rows were affected or the

RE: Yet another OT question.

2004-02-02 Thread George Sexton
mcat Users List' Subject: RE: Yet another OT question. I pulled the latest (1.2 for Oracle 8.1.7) off of Oracle's web site today. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:33 PM To: 'Tomcat Users List'; [EMAIL

RE: Yet another OT question.

2004-02-02 Thread David Short
I pulled the latest (1.2 for Oracle 8.1.7) off of Oracle's web site today. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:33 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Yet another OT question. Probably

RE: Yet another OT question.

2004-02-02 Thread George Sexton
Probably a flake in the Oracle driver. Check you are using the latest one. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 4:18 PM To: 'Tomcat Users List' Subject: Yet another OT question. It seems like a slow day on the list s

Yet another OT question.

2004-02-02 Thread David Short
It seems like a slow day on the list so, thought I'd throw my issue out there. I'm working with Tomcat 4.1.0, Oracle 8.1.7 and JDBC 1.2. It seems that the JDBC executeUpdate() method doesn't raise an exception when I pass an incorrect SQL statement. It returns 0 rows, but no exception. Anyone s