Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


ADO.NET is Disconnected Architecture. DataReader is
connected Architecture, but DataReader is a part of
ADO.NET. How is it possible?

Answers were Sorted based on User's Feedback



ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a pa..

Answer / rangarao

Ado.net is supports disconnected architecture as well as
it also supports connected architecture.
data set belongs to disconnected architecture.
data reader belongs to connected architecture.some problems will arrive while working with data reader,the problems are it will read records one by one only and there is no possibility to go for previous record ,it will always go to next records only.the connected architecture recommended to while working with transactions and working with bulk amount of data.

Is This Answer Correct ?    22 Yes 1 No

ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a pa..

Answer / arun

ADO.NET is not a disconnected architecture.
The dataset is a disconnected architecture and the
datareader is a connected architecture.

Is This Answer Correct ?    26 Yes 6 No

ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a pa..

Answer / debakant mohanty.

ADO .net is a disconnected arcitecture and data reader is a
connected architecture.It is possible because the data is
retreived from the database when there is a connection
established and is a stored in a temporary storege area
called data set and are retrieved from there by data
reader.That is simple.

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More ADO.NET Interview Questions

What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

0 Answers  


Explain different methods and Properties of DataReader which you have used in your project?

2 Answers  


How can we save all data from dataset?

0 Answers  


What does connection string consists of ?

4 Answers   Digital GlobalSoft,


How many commands does the oledbcommand takes?what are they?

2 Answers  


Do you use stored procedure in ado.net?

0 Answers  


Explain the difference between data reader and data adapter?

0 Answers  


What is connection string?

0 Answers  


What is adodb dll?

0 Answers  


Explain how can we load multiple tables in to dataset?

0 Answers  


How to Read, Add, Update and Delete record in Entity Framework ?

0 Answers  


Describe the command object and its method.

0 Answers  


Categories