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 |
Define xmlreader class.
What is an axd file?
what is the difference between primary key and foreign key?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain the difference between webfarm and webgardens in .net?
Define an assembly?
Who creates jsessionid?
Is post back in asp.net?
What is a multilingual website?
About delegates ?
Which is better viewstate or session?
How does windows service lifecycle differ from a .standard. Exe?