what is rowset?
Answers were Sorted based on User's Feedback
Answer / sunil kumar gupta
A RowSet object contains a set of rows from a result set or
some other source of tabular data, like a file or
spreadsheet. Because a RowSet object follows the JavaBeans
model for properties and event notification, it is a
JavaBeans component that can be combined with other
components in an application. As is true with other Beans,
application programmers will probably use a development
tool to create a RowSet object and set its properties
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rakesh
Rowsets make it easy to send tabular data over a network.
They can also be used to provide scrollable result sets or
updatable result sets when the underlying JDBC driver does
not support them.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / parveen pandit
A RowSet object contains a set of rows from a result set or
some other source of tabular data, like a file or
spreadsheet.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is drivermanager in java?
Why do we need jdbc api?
What is meant by dao?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
What is thin driver in jdbc?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What are the functions of the jdbc connection interface?
What does executeupdate return in jdbc?
Why is jdbc used?
What is the use of jdbc api?
What is connection commit?