|
-
Jun 30th, 2005, 09:58 PM
#5
Re: Get info from database
Statistics prove that the OleDbDataReader is more efficient (read: faster) than the OleDbDataAdapter at retrieving data. If all you want to do is display, then the data reader is the right choice. The data adapter does have other advantages, though. There is plenty of literature around that compares the two, so choose the one that is right for each individual situation.
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
|
Click Here to Expand Forum to Full Width
|