Connector/J 3.1.7 - Select for Update
Posted by: peppe peppe
Date: April 06, 2005 01:47AM

Hi all, I have read in a documentation that MySQL supports a "SELECT ... FOR UPDATE".

But in a java client:
/******** Java Code ********/
...
Connection c ;
...
boolean value = c.getMetaData().supportsSelectForUpdate();
...

/******** End Java Code ********/

value is false. Why??? Could it be an error of Java Connector?

I use MySQL 4.1.10a-nt-max for NT on i32
and Java Connector in 3.1.7 version

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Connector/J 3.1.7 - Select for Update
April 06, 2005 01:47AM


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.