Is there a way to find out a database cursor is open or not in Java?
- by Java Guy
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.