Home > ASP.NET >
Blogs
> Retrieve Data From An ASP.Net Application Using Ado.Net 2.0 Disconnected Model
Retrieve Data From An ASP.Net Application Using Ado.Net 2.0 Disconnected Model
This is the second post in a series of posts regarding to ADO.Net 2.0. Have a look at the first post if you like. In this post I am going to investigate the "Disconnected" model. When I say "Disconnected" I mean Datasets . Datasets are in memory representations of tables in a particular database. A Dataset contains a Table collection and each Table collection contains a Row collection and each Row collection contains a Columns collection. So initially you connect to the database, get the data to...(read more)
From: ASP.NET Podcast Author : nikolaosk Date Published :
Dec 19, 2010 15:47:00