Diff. b/w DataReader and DataSet?
Answer Posted / santosh
data reader is the connection oriented architecture, it is
forward approach, and its give more perfomanc, datareader is
only read the data.
dataset is the disconnection oriented architecture, it is
forward and backward approach and it is slow compare to
datareader, dataset is read and write.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ole word?
What is the difference between typed and untyped dataset?
What is ado.net in vb net?
Is bulk insert faster than insert?
What are the several execute methods of ado.net?
What are the Features and disadvantages of dataset
What is a string variable?
What is ado circle?
What is connection pooling and what is the maximum pool size in ado.net connection string?
List the 4 common ado.net namespaces?
What is ado.net object model?
What are typed and untyped dataset?
Command objects uses, purposes and their methods.
What is the meaning of executenonquery?
What do you mean by performing asynchronous operation using command object?