What is main five diffrent between Connected And
Disconnected environment
Answer Posted / srikanth
Hi.. Questn is about diff b/w connctd and dis connctd. not
b/w reader and data set..
Connected:-
data provider comes under connected eniv. data
povider contains four components
(Connection,Datareader,Command,DataAdapter).
Dissconnected:-
It contains only DataSet.
Connected:-
In this asynchronous or multiple access can be
doing by using MARS(Multiple Active rsult set)
Discon:-
Is used for async
Connected:-
always there is a direct contact to database
disconnected:-
Not required
Connected:-
Less chance of Diry read
disconnec:-
More
Connected:-
Low Perfomance bcz bulk updation is process taking
disconnected:-
can be done easily and update at a time
Is This Answer Correct ? | 26 Yes | 14 No |
Post New Answer View All Answers
What is the hierarchy of data in databases?
Define isolation?
Define executenonquery?
What is two way data binding android?
What is row state?
Which is faster dataset or datareader?
What is a datagridview?
What are the rules to implement connection pooling?
How would you connect to a database by using .NET?
What is dbcontext and dbset in entity framework?
What is ado.net objects?
What are the data access namespaces in .NET?
What we do with the object of ado.net dataset after using it?
What are the features of ado.net?
How do I delete a row from a DataTable?