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 |
Which type of driver provides jdbc access via one or more odbc drivers?
How do I check in my code whether a maximum limit of database connections have been reached?
Explain in detail about JDBC and its general features?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is thin driver in jdbc?
Can we use the one instance of Statment to execute more than one query ?
java based application for hospital management
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
how to use CallableStatement? specially how to use their index given ..
What is jdbc explain?
Explain creation of statement object with connection method create method with help of an example.
Describe how the jdbc application works.