Hi All, as per as I know dataset can do the work of datareader.Only the difference in connected and disconnected architecture.But Is there any area where we have to use only datareader without dataset?
bshyama24@gmail -2 Newbie Poster
Recommended Answers
Jump to PostIf you need read-only access to the data, something often done inside an ASP.NET application, using a DataReader makes sense. For example, you are filling the textboxes/label controls in a page, then you can use data reader.
You can use datasets if you are going to persist the data …
Jump to PostWell i think if you write you sql nicely and optimized, i don't think you will need a Data-reader. a Data-reader is known with its great performance. But if you have a little data to Display like drop-down , i will go for a data-table or data-set because the different …
All 5 Replies
Ramesh S 129 Posting Pro
vuyiswamb 17 Posting Whiz
dnanetwork 18 Practically a Master Poster Banned
vuyiswamb 17 Posting Whiz
dnanetwork 18 Practically a Master Poster Banned
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.