Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: Detecting an specific port Pin
Anonymous21-Oct-05 6:20
Anonymous21-Oct-05 6:20 
QuestionParentfolder Pin
Tran Ngoc Minh20-Oct-05 16:36
Tran Ngoc Minh20-Oct-05 16:36 
AnswerRe: Parentfolder Pin
MoustafaS20-Oct-05 17:17
MoustafaS20-Oct-05 17:17 
Questionwhy is the child process not being displayed Pin
kush2820-Oct-05 13:37
kush2820-Oct-05 13:37 
QuestionTest connection failed on a password protected Access database Pin
sebastud20-Oct-05 12:57
sebastud20-Oct-05 12:57 
AnswerRe: Test connection failed on a password protected Access database Pin
sebastud20-Oct-05 23:34
sebastud20-Oct-05 23:34 
GeneralRe: Test connection failed on a password protected Access database Pin
mav.northwind21-Oct-05 3:26
mav.northwind21-Oct-05 3:26 
GeneralRe: Test connection failed on a password protected Access database Pin
sebastud21-Oct-05 7:14
sebastud21-Oct-05 7:14 
QuestionGUI using C# Pin
celllllllll20-Oct-05 12:48
celllllllll20-Oct-05 12:48 
AnswerRe: GUI using C# Pin
Christian Graus20-Oct-05 12:51
protectorChristian Graus20-Oct-05 12:51 
GeneralRe: GUI using C# Pin
celllllllll20-Oct-05 12:55
celllllllll20-Oct-05 12:55 
GeneralRe: GUI using C# Pin
Christian Graus20-Oct-05 12:56
protectorChristian Graus20-Oct-05 12:56 
GeneralRe: GUI using C# Pin
celllllllll20-Oct-05 12:58
celllllllll20-Oct-05 12:58 
GeneralRe: GUI using C# Pin
Christian Graus20-Oct-05 13:09
protectorChristian Graus20-Oct-05 13:09 
GeneralRe: GUI using C# Pin
celllllllll20-Oct-05 13:11
celllllllll20-Oct-05 13:11 
QuestionHow can I get the Ip address list that a dhcp server leased using C#? Pin
Member 162442720-Oct-05 12:07
Member 162442720-Oct-05 12:07 
Questionweb browser plug in ? Pin
Christian Graus20-Oct-05 12:05
protectorChristian Graus20-Oct-05 12:05 
QuestionLorge volume ...Can .NET Handle ? Pin
dvsr20-Oct-05 11:47
dvsr20-Oct-05 11:47 
AnswerRe: on .net Pin
Christian Graus20-Oct-05 12:02
protectorChristian Graus20-Oct-05 12:02 
GeneralRe: on .net Pin
dvsr20-Oct-05 12:10
dvsr20-Oct-05 12:10 
GeneralRe: on .net Pin
Christian Graus20-Oct-05 15:14
protectorChristian Graus20-Oct-05 15:14 
AnswerRe: Lorge volume ...Can .NET Handle ? Pin
A.A.20-Oct-05 15:07
A.A.20-Oct-05 15:07 
AnswerRe: Lorge volume ...Can .NET Handle ? Pin
Dave Kreskowiak20-Oct-05 22:43
mveDave Kreskowiak20-Oct-05 22:43 
GeneralRe: Lorge volume ...Can .NET Handle ? Pin
dvsr21-Oct-05 3:34
dvsr21-Oct-05 3:34 
AnswerRe: Lorge volume ...Can .NET Handle ? Pin
Guffa21-Oct-05 3:16
Guffa21-Oct-05 3:16 
How much data is it? If each field contain an average of 10 bytes, it comes to about 16 GB. Plus some overhead. I doubt that you have a machine with that amount of RAM...

Do you really need all the data at once in memory to process it?

If you need all the data at once, you probably have to copy the data into a temporary table, process it there, then read the result from it.

---
b { font-weight: normal; }

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.