Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality?
Answers were Sorted based on User's Feedback
Answer / lalit
ADO.NET Dataset clould be defined as the combination of ADO
+ XML and ADO.NET supports disconnected architecture fully.
where as ADO Recordset doesnot fully support disconnected
architecture
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vanita
There is no concept of cursors in ADO.NET Dataset,there are
only forward only cursors and we can use this functionality
through reader object while ADO Recordset supports cursors
n each record is iterated.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / amit kumar
first difference is that ado.net dataset works in
disconnected enviroment while ado recordset works in
connected enviroment
second difference is that ado.net dataset can have more
than one table and can have also relationship between tables
while recordset can have only single table and can not
have relationship between tables.
Is This Answer Correct ? | 2 Yes | 0 No |
How can i include both C# and vb.net classes in same solution?
In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...
What is session in http request?
How do you insert multiple rows from a grid view to database table under a single transaction?
How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
Explain diff. Between friend and protected friend?
What is use of <% %> in asp.net?
What is the difference between session and application?
How to find the client browser type ?
4 Answers AQA, Cognizant, Satyam,
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
How to fetch a data from one table to another table in asp.net ?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?