What is main five diffrent between Connected And
Disconnected environment
Answer Posted / harikumar m
1.
Connected Uses: Data Provider(It Includes
Connection,DataCommand,DataReader)
Disconnected Uses: Data Set,Data Adapter
2.
Connected: Network traffic is high,poor in Performance
DisConnection: Network traffic is low,Good in Performance
3.
Connected: Data is up to date
Disconnected: Data is not up to date
4.
Connected: 'Join' can be used to relate two tables
Disconnected: DataRelations(a Class) can be used to relate
two tables
Is This Answer Correct ? | 24 Yes | 7 No |
Post New Answer View All Answers
What is the maximum pool size in ado.net connection string?
Which database is the ado.net?
What is ole data type?
Is it possible to load multiple tables in a Dataset?
What is the use of SqlCommandBuilder?
How to creating a SqlCommand Object?
What is aggregate root?
Which is faster datareader or dataadapter?
Explian About DataAdapters
What are the pre-requisites for connection pooling?
Why is ADO.NET serialization slower than ADO ?
What is typed dataset ?
What is the difference between typed and untyped dataset?
How many major types of connection objects in ADO.NET?
What are the advantages and disadvantages of using datalist?