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

Reply via email to