Answer Posted / guest
1) With Data set you can retrive data from database like
oracle and SQL Server and manage them in one dataset, with
recordset this is not possible.
2) All representation of Dataset is using XML while
recordset uses COM.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the parameters that control most of connection pooling behaviours?
Explain the difference in an abstract class and an interface?
What are all the different methods under sqlcommand?
What are good ado.net object to replace to ado recordset object.
What is commandbuilder in ado.net?
What are the ado.net connection pooling parameters?
Name which operations can you not perform on an ado.net dataset?
Explain how to pass multiple tables in datasets simultaneously?
What does executereader return?
How to check if the Dataset has records ?
What is aggregating data ?
What does executenonquery () method return?
Which is faster entity framework or ado.net?
Explain ado.net features? Benefits? Drawbacks?
Explain how do you connect to sql server database without using sqlclient?