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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to