PDA

View Full Version : DataSet or DataReader?


jwite2003
04-17-2003, 02:44 AM
Hi...

I have a webform where I need to display one row from a customer table and then allow the user to modify that record if necessary. I've heard that datasets are more scalable than datareaders, but it seems like alot of extra overhead to use a dataset for just one record. Anyone have any suggestions?

Thanks,

allida77
04-17-2003, 05:29 AM
Check out this article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadonet/html/adonetbest.asp

Read the DataSet vs. Datareader section