What is main five diffrent between Connected And
Disconnected environment
Answer Posted / pratik
connected data needs connection to be created to access
hence slower while disconnected is in memory data thats
faster access.
to access connected data you use ADO.NET whereas for
disconnected you do not use.
disconnected-data can be accessed from multiple tables in a
dataset.
connected- .net runtime creats an instance of the datatable
to hold data.
in disconnected data you can create a window to the
datatable in the form of a dataview used to sort and filter
data..which cannot be done in connected data access
connected you need to use a read only forward only data
reader,disconnected you cannot.
disconnected data in a dataset can be serialized/deserialized.
| Is This Answer Correct ? | 114 Yes | 35 No |
Post New Answer View All Answers
What are the difference between readonly vs. Const?
What are the objects of ado.net?
What are all the commands used with Data Adapter?
What are the advantages and disadvantages of using datalist?
What is partial class?
What are the uses of Stored Procedure?
What are the key events of sqlconnection class?
What we do with the object of ado.net dataset after using it?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is maximum pool size in ado.net connection string?
Explain ado.net features? Benefits? Drawbacks?
Give an example that shows how to execute a stored procedure in ado.net?
What is ado.net code?
What is ado.net architecture?
Explain advantages of ado.net?