Click here to Skip to main content
15,917,795 members
Home / Discussions / Database
   

Database

 
GeneralRe: dataset or datareader Pin
Colin Angus Mackay21-Mar-05 21:03
Colin Angus Mackay21-Mar-05 21:03 
I am guessing you mean DataAdapter rather than DataSet (as a DataSet does not communicate with the database, while a DataReader does)

A DataReader allows you to get data from the database in a fast forward only fashion. This means that you can start processing the records before all are retrieved from the database. It is useful for situations where you are reading data into your domain objects and don't want/need any extra copies of the data in your system.

A DataAdapter reads all the records into a DataSet first meaning that there can be a slight delay and a larger memory overhead. It is useful for data binding to controls and prototyping.






My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


QuestionWhich is faster? Pin
Yulianto.21-Mar-05 15:16
Yulianto.21-Mar-05 15:16 
AnswerRe: Which is faster? Pin
Christian Graus21-Mar-05 15:32
protectorChristian Graus21-Mar-05 15:32 
GeneralViewing stored procedures Pin
Its due when21-Mar-05 2:58
Its due when21-Mar-05 2:58 
GeneralRe: Viewing stored procedures Pin
Colin Angus Mackay21-Mar-05 3:09
Colin Angus Mackay21-Mar-05 3:09 
GeneralRe: Viewing stored procedures Pin
Scott Serl21-Mar-05 10:22
Scott Serl21-Mar-05 10:22 
Generaldiff between managed providers and ole-db provider Pin
satishrg20-Mar-05 19:16
satishrg20-Mar-05 19:16 
GeneralRe: diff between managed providers and ole-db provider Pin
Colin Angus Mackay21-Mar-05 3:12
Colin Angus Mackay21-Mar-05 3:12 
Generalthank you very much Pin
satishrg21-Mar-05 10:48
satishrg21-Mar-05 10:48 
GeneralMSDE won't install Pin
Christian Graus20-Mar-05 17:36
protectorChristian Graus20-Mar-05 17:36 
GeneralDB Small Footprint (Access? Firebird?) Pin
Dato20-Mar-05 7:19
Dato20-Mar-05 7:19 
GeneralRe: DB Small Footprint (Access? Firebird?) Pin
salsafyren221-Mar-05 0:08
salsafyren221-Mar-05 0:08 
GeneralRe: DB Small Footprint (Access? Firebird?) Pin
Luis Alonso Ramos23-Mar-05 20:43
Luis Alonso Ramos23-Mar-05 20:43 
Questionsuggest me a good book ? Pin
WDI19-Mar-05 22:18
WDI19-Mar-05 22:18 
AnswerRe: suggest me a good book ? Pin
Andy *M*21-Mar-05 9:25
Andy *M*21-Mar-05 9:25 
GeneralGenericOLEDB Pin
sjurmr19-Mar-05 11:20
sjurmr19-Mar-05 11:20 
GeneralSQL database protection Pin
Wimal Prasanna19-Mar-05 4:39
Wimal Prasanna19-Mar-05 4:39 
GeneralRe: SQL database protection Pin
Colin Angus Mackay19-Mar-05 10:32
Colin Angus Mackay19-Mar-05 10:32 
GeneralRe: SQL database protection Pin
Mike Dimmick19-Mar-05 23:08
Mike Dimmick19-Mar-05 23:08 
GeneralOR mapping tools And Object Broker pattern Pin
devvvy19-Mar-05 2:51
devvvy19-Mar-05 2:51 
GeneralSoundex In Ado.net Dataset Search Pin
Hemant Mane18-Mar-05 22:41
Hemant Mane18-Mar-05 22:41 
QuestionIIS Webhits via ADO.NET? Pin
harryteck18-Mar-05 13:39
harryteck18-Mar-05 13:39 
GeneralINNER JOIN Pin
HahnTech18-Mar-05 9:00
HahnTech18-Mar-05 9:00 
GeneralRe: INNER JOIN Pin
HahnTech18-Mar-05 10:22
HahnTech18-Mar-05 10:22 
QuestionCan someone give me an advise for my application's database Pin
Blue_Skye18-Mar-05 6:31
Blue_Skye18-Mar-05 6:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.