-
Junior Member
dataset vs datareader
which is faster either dataset or data reader?
-
Expert Member
Re: dataset vs datareader
hi friend..
As per my view it is data reader
Thanks
Deepasree
-
Junior Member
Re: dataset vs datareader
-
Junior Member
Re: dataset vs datareader
hai,
data reader is faster than dataset.....dataset contains different tables...while datareader is not ...
datareader is for reading one record at a time only ,with direct connection of datasource.
dataset can be used to store tables of different databases..accessing in this with not direct connecton of datasource(with the help of dataadapter).
from this i can say that incase of reading one record at a time datareader is faster than dataset...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules