Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?
Answer Posted / lavanya
With Dataset can retrive the data from two database like
oracle, SQl and merge in one table. Record set is not
possible.
All representation of dataset is using XML while record set
use COM.
Recordset can not be transmitted on HTTP while Dataset can
be.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can you nest updatepanel within each other?
How will you load dynamic assembly?
What is the use of express session?
What are custom controls?
Do you know caching feature?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is a 1x1 pixel?
What is the significance of attaching a profile while creating a user?
Explain the asp.net session state modes.
How can you register a custom server control to a web page?
What is enableviewstate in asp net?
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?
How can we make sure that Web API returns JSON data only?
What is the significance of finalize method in .net?
What is http pipeline in asp.net?