What is difference in record set and dataset?
Answer / Hansraj Meena
A Recordset represents a dynamic, client-side representation of a database query result. It allows you to navigate through the records sequentially, moving forward or backward, accessing individual fields, etc. A Dataset, on the other hand, represents a container for multiple disconnected Recordsets (also called tables), along with their relationships and constraints. Unlike a Recordset, a Dataset can be disconnected from the database and still maintain its structure and data integrity. Additionally, a Dataset allows you to work with multiple tables simultaneously and perform more complex operations like joins.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between data grid and data repeater?
What is the difference between ADO and ADO.Net?
What are the Features and disadvantages of dataset
Explain how to find the given query is optimised one or not?
What are the drawbacks of using ado.net?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
Which is faster datareader or dataadapter?
What is Serialization in .NET? what are the types of Serialization?
What is ado full form?
How do you merge 2 datasets into the third dataset in a simple manner?
What is the Magic Tables in Sqlserver2000?
What are the Different layers in ADO.Net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)