Tuesday, November 29, 2011

Is possible to open a connection to a database with exclusive mode with JDBC?

You cannot open a connection with exclusive mode. Depending on your database engine, you can lock tables or rows in exclusive mode.
Category:JDBC Interview Questions

No comments:

Post a Comment