Click here to Skip to main content
15,908,675 members
Home / Discussions / C#
   

C#

 
AnswerRe: Loading Very Large DataSet Without losing any information Pin
BobJanova17-Apr-13 4:23
BobJanova17-Apr-13 4:23 
As Sledgehammer01 says, that's an unreasonably large amount of data for most purposes. It's 400 million cells and so you're talking about GB of memory, depending on exactly what's in there. What do you want to do with this dataset? You almost certainly want a load-on-demand adapter of some kind, so you can run through the data without actually having it all in memory at once.

This library is rather good; I used it in a real application (though not dealing with massive datasets) without problem.
AnswerRe: Loading Very Large DataSet Without losing any information Pin
Alan Balkany18-Apr-13 4:55
Alan Balkany18-Apr-13 4:55 
GeneralRe: Loading Very Large DataSet Without losing any information Pin
losan20-Apr-13 7:21
losan20-Apr-13 7:21 
GeneralRe: Loading Very Large DataSet Without losing any information Pin
Alan Balkany22-Apr-13 9:32
Alan Balkany22-Apr-13 9:32 
QuestionCaptured video size is too big Pin
Sanjay K. Gupta16-Apr-13 1:29
professionalSanjay K. Gupta16-Apr-13 1:29 
AnswerRe: Captured video size is too big Pin
Nicholas Marty16-Apr-13 2:07
professionalNicholas Marty16-Apr-13 2:07 
GeneralRe: Captured video size is too big Pin
Sanjay K. Gupta16-Apr-13 6:14
professionalSanjay K. Gupta16-Apr-13 6:14 
GeneralRe: Captured video size is too big Pin
Nicholas Marty16-Apr-13 20:37
professionalNicholas Marty16-Apr-13 20:37 
GeneralRe: Captured video size is too big Pin
Sanjay K. Gupta16-Apr-13 22:54
professionalSanjay K. Gupta16-Apr-13 22:54 
QuestionVoice call with Huawei USB Pin
tranduonghoan16-Apr-13 0:01
tranduonghoan16-Apr-13 0:01 
AnswerRe: Voice call with Huawei USB Pin
dusty_dex16-Apr-13 0:04
dusty_dex16-Apr-13 0:04 
QuestionHow can I send a message to cmd Pin
TwilgihtPrince15-Apr-13 20:50
TwilgihtPrince15-Apr-13 20:50 
AnswerRe: How can I send a message to cmd Pin
Bernhard Hiller15-Apr-13 21:21
Bernhard Hiller15-Apr-13 21:21 
AnswerRe: How can I send a message to cmd Pin
Simon_Whale15-Apr-13 23:28
Simon_Whale15-Apr-13 23:28 
AnswerRe: How can I send a message to cmd Pin
Jegan Thiyagesan15-Apr-13 23:55
Jegan Thiyagesan15-Apr-13 23:55 
AnswerRe: How can I send a message to cmd Pin
dusty_dex16-Apr-13 0:09
dusty_dex16-Apr-13 0:09 
AnswerRe: How can I send a message to cmd Pin
Pete O'Hanlon16-Apr-13 0:40
mvePete O'Hanlon16-Apr-13 0:40 
GeneralRe: How can I send a message to cmd Pin
TwilgihtPrince16-Apr-13 6:33
TwilgihtPrince16-Apr-13 6:33 
GeneralRe: How can I send a message to cmd Pin
Dave Kreskowiak16-Apr-13 7:54
mveDave Kreskowiak16-Apr-13 7:54 
GeneralRe: How can I send a message to cmd Pin
TwilgihtPrince17-Apr-13 14:28
TwilgihtPrince17-Apr-13 14:28 
GeneralRe: How can I send a message to cmd Pin
Dave Kreskowiak17-Apr-13 15:22
mveDave Kreskowiak17-Apr-13 15:22 
QuestionHow would I put this code in Tabular format. (like a chart) Pin
Member 999052915-Apr-13 17:36
Member 999052915-Apr-13 17:36 
AnswerRe: How would I put this code in Tabular format. (like a chart) Pin
Richard MacCutchan15-Apr-13 21:16
mveRichard MacCutchan15-Apr-13 21:16 
QuestionSql Database Pin
Member 982174015-Apr-13 12:17
Member 982174015-Apr-13 12:17 
AnswerRe: Sql Database Pin
Dave Kreskowiak15-Apr-13 13:04
mveDave Kreskowiak15-Apr-13 13:04 

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.