Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answer Posted / sathish
Recordset is that where we can access only one table
information. Recordset is also that we can access record
sequentially and any record in middle has to go thro all
first beginning records.So only sequential access is alowwed.
Dataset is we can point to multiple tables.Any record can be
accessed at any instant of time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between globalization and localization?
How response object is related to asp's response object?
What are assemblies and namespaces and explain the difference between them ?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Explain what does mvc represent in asp.net? : asp.net mvc
Where is the view state data stored?
Can we use a static function with a non-static variable?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is the use of placeholder control? Can we see it at runtime?
What are cao and sao.
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?
Explain server side state management system.
What is meant by ispostback in asp net?
What is asp.net version?