Click here to Skip to main content
15,919,340 members
Home / Discussions / C#
   

C#

 
QuestionPinging a port Pin
Silvyster21-Jan-09 14:03
Silvyster21-Jan-09 14:03 
AnswerRe: Pinging a port Pin
Dave Kreskowiak21-Jan-09 15:02
mveDave Kreskowiak21-Jan-09 15:02 
QuestionBeginner in Datagridview Pin
Priya Prk21-Jan-09 11:01
Priya Prk21-Jan-09 11:01 
AnswerRe: Beginner in Datagridview Pin
Not Active21-Jan-09 11:05
mentorNot Active21-Jan-09 11:05 
GeneralRe: Beginner in Datagridview [modified] Pin
Priya Prk21-Jan-09 13:14
Priya Prk21-Jan-09 13:14 
GeneralRe: Beginner in Datagridview Pin
Not Active21-Jan-09 13:31
mentorNot Active21-Jan-09 13:31 
GeneralRe: Beginner in Datagridview Pin
Priya Prk21-Jan-09 13:54
Priya Prk21-Jan-09 13:54 
GeneralRe: Beginner in Datagridview Pin
Not Active21-Jan-09 14:00
mentorNot Active21-Jan-09 14:00 
Questiongetting rid of the schema info from Xml Serialization Pin
manustone21-Jan-09 10:33
manustone21-Jan-09 10:33 
AnswerRe: getting rid of the schema info from Xml Serialization Pin
Not Active21-Jan-09 10:39
mentorNot Active21-Jan-09 10:39 
GeneralRe: getting rid of the schema info from Xml Serialization Pin
manustone21-Jan-09 10:55
manustone21-Jan-09 10:55 
QuestionReceive Windows message in Service Pin
pratap198021-Jan-09 9:21
pratap198021-Jan-09 9:21 
AnswerRe: Receive Windows message in Service Pin
Jon Rista21-Jan-09 10:11
Jon Rista21-Jan-09 10:11 
QuestionChild and Parent object graphs Pin
CodingYoshi21-Jan-09 8:48
CodingYoshi21-Jan-09 8:48 
AnswerRe: Child and Parent object graphs Pin
DaveyM6921-Jan-09 9:20
professionalDaveyM6921-Jan-09 9:20 
QuestionBug: Forms are not painting after windows lock Pin
DD_Messi21-Jan-09 8:41
DD_Messi21-Jan-09 8:41 
AnswerRe: Bug: Forms are not painting after windows lock Pin
Ennis Ray Lynch, Jr.21-Jan-09 9:30
Ennis Ray Lynch, Jr.21-Jan-09 9:30 
QuestionMemory Management with DataTable.Merge() Pin
DeepToot21-Jan-09 8:03
DeepToot21-Jan-09 8:03 
AnswerRe: Memory Management with DataTable.Merge() Pin
Ennis Ray Lynch, Jr.21-Jan-09 8:33
Ennis Ray Lynch, Jr.21-Jan-09 8:33 
GeneralRe: Memory Management with DataTable.Merge() Pin
DeepToot21-Jan-09 9:22
DeepToot21-Jan-09 9:22 
I understand what you are saying, however, in my case I have no other alternative but to use DataTables and DataSets.

The application I have gives us a list of available datasources (some from DB but could be a file)

The user has the option to combine two available datasources together to create one datasource.

At first, I went the long way of doing the merging by looping through each row and each column.

This was a bad idea for many reasons.

I found DataTable.Merge and passed in each dataset

Seemed quick and handled my schemas for each dataset.

But the draw back is memory.

So, can you (or someone) offer another way of doing this? Something fast and easy on the memory?
GeneralRe: Memory Management with DataTable.Merge() Pin
Ennis Ray Lynch, Jr.21-Jan-09 9:28
Ennis Ray Lynch, Jr.21-Jan-09 9:28 
GeneralRe: Memory Management with DataTable.Merge() Pin
DeepToot21-Jan-09 9:36
DeepToot21-Jan-09 9:36 
QuestionAny alternative Pin
CodingYoshi21-Jan-09 7:04
CodingYoshi21-Jan-09 7:04 
AnswerRe: Any alternative Pin
Ennis Ray Lynch, Jr.21-Jan-09 7:13
Ennis Ray Lynch, Jr.21-Jan-09 7:13 
GeneralRe: Any alternative Pin
CodingYoshi21-Jan-09 8:09
CodingYoshi21-Jan-09 8:09 

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.