What is the benefit of having jdbcrowset implementation?
Answer / Pradeep Kumar Dubey
JDBC RowSet Interfaces provide a way to work with relational data outside of JDBC connections. They are disconnected and can be used offline, making it easier for the client to interact with data without the need to maintain an active connection with the database server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does the jdbc driver interface do?
What is the function of drivermanager class?
What is the return type of execute, executequery and executeupdate?
what happens if connection is not closed?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What are devices?
Why did my jdbc code throw a rollback sqlexception?
What does adapter class provide?
What is an odbc driver?
What is JDBC Batch Processing and what are it’s benefits?
If I use the JDBC API, do I have to use ODBC underneath?
What is jdbc and odbc?