Is there a way to find out a database cursor is open or not in Java?

Posted by Java Guy on Stack Overflow See other posts from Stack Overflow or by Java Guy
Published on 2010-04-29T22:54:25Z Indexed on 2010/04/29 22:57 UTC
Read the original article Hit count: 312

Filed under:
|
|

Is there a way in JDBC to find out the cursor opened or not in JAVA. We are getting an exception when tried to access an un opened cursor. java.sql.SQLException: Cursor is closed.

© Stack Overflow or respective owner

Related posts about java

Related posts about plsql