Open JdbcTemplate connection in read only mode?

Posted by Bernhard V on Stack Overflow See other posts from Stack Overflow or by Bernhard V
Published on 2010-05-18T11:44:54Z Indexed on 2010/05/18 11:50 UTC
Read the original article Hit count: 248

Filed under:
|
|
|
|

Hi,

is it possible to open a JdbcTemplate connection in read only mode, so that I can't perform any changes to the underlying data source?

© Stack Overflow or respective owner

Related posts about java

Related posts about jdbc