CATEGORIES
ADO.NET Dataset and ADO Recordset
Published by: Rinku (3/3/2009 11:36:55 PM)
MAR 3 2009
In ADO,the in-memory representation of data is the Recordset. In ADO.NET, it is the Dataset. What does that mean? Why a Recordset has to use Join Query in order to gather data from various database tables into a single result table? Isn’t there any other way for the same?
Most Popular Articles
- what is asp .net+?
- What are the new server controls added in latest version of asp.net
- How do I Start Learning Dot Net and What is the Best Book to Follow
- How to display emoticons in an e-mail message using ASP.NET
- What is the difference between the .aspx page and .aspx.vb/cs page
Difference between Application_Start and Session_Start >>
<< Server.Transfer Vs Response.Redirect
COMMENT