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 JDBC API and when do we use it?
If iam using JDBC API, do I also have to use ODBC?
Is jdbc faster than odbc?
What is phantom read and which isolation level prevents it?
What does jdbc stand for?
How will you perform truncation using JDBC?
Why do we need jdbc api?
Is it possible to connect to multiple databases simultaneously?
How to find the column count in resultset?
How can we retrieve data from the resultset?
What is jdbc and odbc?
How can we move the cursor in a scrollable result set?