Click here to Skip to main content
15,921,793 members
Home / Discussions / Database
   

Database

 
GeneralBULK INSERT via ADO -- URGENT Pin
Anonymous26-Aug-03 5:06
Anonymous26-Aug-03 5:06 
GeneralRe: BULK INSERT via ADO -- URGENT Pin
Anonymous26-Aug-03 5:57
Anonymous26-Aug-03 5:57 
GeneralRe: BULK INSERT via ADO -- URGENT Pin
Mike Dimmick26-Aug-03 22:36
Mike Dimmick26-Aug-03 22:36 
GeneralRe: BULK INSERT via ADO -- URGENT Pin
m2m Inc27-Aug-03 23:32
m2m Inc27-Aug-03 23:32 
GeneralDatareader & Datasets Pin
Nick Seng25-Aug-03 20:15
Nick Seng25-Aug-03 20:15 
GeneralRe: Datareader & Datasets Pin
Hesham Amin25-Aug-03 21:41
Hesham Amin25-Aug-03 21:41 
GeneralRe: Datareader & Datasets Pin
Nick Seng25-Aug-03 22:37
Nick Seng25-Aug-03 22:37 
GeneralRe: Datareader & Datasets Pin
Tom Archer26-Aug-03 2:09
Tom Archer26-Aug-03 2:09 
Nope. The DR is a server-side cursor so only one read is actually downloaded a time. The DA/DS is downloads the entire data set when you call DA::Fill so naturally its speed will be directly tied to how large a data set you're downloading.

Cheers,
Tom Archer
Inside C#,
Extending MFC Applications with the .NET Framework
It's better to listen to others than to speak, because I already know what I'm going to say anyway. - friend of Jörgen Sigvardsson
GeneralRe: Datareader & Datasets Pin
Nick Seng26-Aug-03 2:12
Nick Seng26-Aug-03 2:12 
GeneralSQL Server 2000 DMO Problem Pin
Anonymous25-Aug-03 10:04
Anonymous25-Aug-03 10:04 
GeneralRegistering the database Pin
Ahmed Galal25-Aug-03 4:57
Ahmed Galal25-Aug-03 4:57 
GeneralRe: Registering the database Pin
Hesham Amin25-Aug-03 6:31
Hesham Amin25-Aug-03 6:31 
GeneralRe: Registering the database Pin
Ahmed Galal25-Aug-03 7:08
Ahmed Galal25-Aug-03 7:08 
GeneralProblem with ADOCE Pin
Christian_1234525-Aug-03 1:19
Christian_1234525-Aug-03 1:19 
GeneralDataAdapter.Update & Expression Column Pin
Member 798993724-Aug-03 23:35
Member 798993724-Aug-03 23:35 
GeneralRe: DataAdapter.Update & Expression Column Pin
Anonymous25-Aug-03 0:52
Anonymous25-Aug-03 0:52 
QuestionHow to get a list of tables from a access database Pin
King_of_Queens24-Aug-03 5:48
King_of_Queens24-Aug-03 5:48 
AnswerRe: How to get a list of tables from a access database Pin
Hesham Amin24-Aug-03 6:27
Hesham Amin24-Aug-03 6:27 
AnswerRe: How to get a list of tables from a access database Pin
Kyle Chen26-Aug-03 0:03
Kyle Chen26-Aug-03 0:03 
Generalsynchronizing two datasets Pin
rhinof23-Aug-03 23:16
rhinof23-Aug-03 23:16 
GeneralADO and MSSQL... Pin
Anonymous22-Aug-03 6:32
Anonymous22-Aug-03 6:32 
GeneralRe: ADO and MSSQL... Pin
Roger Wright22-Aug-03 9:11
professionalRoger Wright22-Aug-03 9:11 
GeneralRe: ADO and MSSQL... Pin
Hesham Amin22-Aug-03 21:12
Hesham Amin22-Aug-03 21:12 
GeneralRe: ADO and MSSQL... Pin
Kyle Chen26-Aug-03 0:04
Kyle Chen26-Aug-03 0:04 
GeneralADO - UpdateBatch on C++ Pin
WoonLeng21-Aug-03 16:08
WoonLeng21-Aug-03 16:08 

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.