Urgent help neded !!! JDBC savepoint problem
Posted by: Aleksander Lövkvist
Date: May 18, 2005 09:32AM

Hi !

I'm using: mysql-connector-java-3.1.8-bin.jar
two servers one of this test server with java: 1.4.2_08
and live server java: 1.4.2_04

using a transaction is important, when i do
...
mSavePoint = mConnection.setSavepoint();
...

on test server it works just fine everything is ok but live server rise
com.mysql.jdbc.NotImplemented: Feature not implemented

when i try to extract savepoint so transaction would not work....

plz anyone have solution ?
I understand what java uppdate on live server is the oplion and probably the best one but if anyone else has another proposition plz answer me...

this is realy urgent.

Zubziro

Options: ReplyQuote


Subject
Written By
Posted
Urgent help neded !!! JDBC savepoint problem
May 18, 2005 09:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.