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
Write a code for passing ArrayList in Web API?
What is s2s tracking?
Explain server-side scripting and client-side scripting.
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What does passport and windows authentication mean in ASP.NET?
How would you create a permanent cookie?
Differentiate between client-side and server-side validations in web pages.
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
How many types of cookies are there in asp.net?
Can we use html in asp.net?
How do you handle server controls?
What is a multilingual website?
Which is faster viewdata or viewbag?
Explain about the .NET framework?
What is syntax code to send email from an asp.net application?