1.

What are different types of RowSet objects?

Answer»

There are two types of RowSet

  • Connected A connected RowSet Object is permanent in nature. It doesn't terminate until the application is terminated.

  • Disconnected A disconnected RowSet object is ad-hoc in nature. Whenever it requires retrieving data from the database, it establishes the connection and closes it upon finishing the required task. The data that is modified during disconnected state is updated after the connection is re-established.



Discussion

No Comment Found