Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality?
Answer Posted / 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 |
Post New Answer View All Answers
What is GAC in ASP.NET 2.0
Is redux flux?
Explain about the .NET framework?
What is __ requestverificationtoken?
Can you explain the basic use of dataview?
Does web services support data reader like pom project?
Which asp.net objects encapsulate the state of the client and the browser?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What are the new login controls in asp.net 2.0?
Explain the difference between value type and reference type?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Define web.config in .net?
What is _dopostback in asp net?
Which is an advantage of application service providers?