What is ado recordset?



What is ado recordset?..

Answer / Vimlesh Kumar Gupta

ADO Recordset is an interface in ADO.NET that represents a set of records returned from a database query. It provides a dynamic representation of the result set, allowing developers to iterate through rows, access fields, and manipulate data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

How to call the SQL commands asynchronously in ADO.NET version 2.0

4 Answers   DELL,


What is difference between datareader and dataadapter?

1 Answers  


How do we invoke queries from the application ?

2 Answers   ICICI, Microsoft,


Is datareader faster than datatable?

1 Answers  


What do you know about ado.net's objects?

1 Answers  


What is a database provider?

2 Answers   BioSys,


What is method to get XML and schema from Dataset?

2 Answers  


How to check if a datareader is closed or opened? IsClosed()

1 Answers  


What is command class in ado.net?

1 Answers  


What is a column variable?

1 Answers  


what is a dataview?why is it used for?

4 Answers   Choice Solutions,


Explain how to find the given query is optimised one or not?

1 Answers  


Categories