Re: Urgent help neded !!! JDBC savepoint problem
Posted by: Mark Matthews
Date: May 18, 2005 08:27PM

Aleksander L�vkvist wrote:
> 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


Sounds like you've got an older version of the driver laying around in your CLASSPATH, maybe in jre/lib/ext ?

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: Urgent help neded !!! JDBC savepoint problem
May 18, 2005 08:27PM


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.