You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by lo...@gmx.at on 2006/02/01 14:05:34 UTC

BUG in Tomcat 4.3.31 with Oracle 9?

Hi!

I tried the following code from a jsp-page one time on a tomcat 4.1.30 and
one time on a tomcat 4.1.31.

String up = "update test_double set test_value = '26.5' where oid = '1'";
Statement st = dbConn.createStatement();
st.executeUpdate(up);

Interestingly this code works with tomcat 4.1.30 but not with 4.1.31
I'm using an Oracle 9 DB and ODBC-Thin Driver.

Any ideas what this problem could be?

best regards, Markus

-- 
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse f�r Mail, Message, More +++

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: BUG in Tomcat 4.3.31 with Oracle 9?

Posted by Glen Mazza <gr...@verizon.net>.
looptag@gmx.at wrote:
> Hi!
> 
> I tried the following code from a jsp-page one time on a tomcat 4.1.30 and
> one time on a tomcat 4.1.31.
> 
> String up = "update test_double set test_value = '26.5' where oid = '1'";
> Statement st = dbConn.createStatement();
> st.executeUpdate(up);
> 
> Interestingly this code works with tomcat 4.1.30 but not with 4.1.31
> I'm using an Oracle 9 DB and ODBC-Thin Driver.
> 
> Any ideas what this problem could be?
> 

What does "not work" mean?  What is the error you're getting?  Could it 
be that one version is autocommitting while the other isn't?

Glen

> best regards, Markus
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org