InterviewSolution
Saved Bookmarks
| 1. |
How Can I Determine Whether A Statement And Its Resultset Will Be Closed On A Commit Or Rollback? |
|
Answer» USE the DatabaseMetaData METHODS supportsOpen StatementsAcrossCommit() and SUPPORTS Open STATEMENTS Across ROLLBACK(). Use the DatabaseMetaData methods supportsOpen StatementsAcrossCommit() and supports Open Statements Across Rollback(). |
|