Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Any alternative Pin
Ennis Ray Lynch, Jr.21-Jan-09 8:31
Ennis Ray Lynch, Jr.21-Jan-09 8:31 
GeneralRe: Any alternative Pin
CodingYoshi21-Jan-09 8:42
CodingYoshi21-Jan-09 8:42 
GeneralRe: Any alternative Pin
Ennis Ray Lynch, Jr.21-Jan-09 9:03
Ennis Ray Lynch, Jr.21-Jan-09 9:03 
GeneralRe: Any alternative Pin
Jon Rista21-Jan-09 10:13
Jon Rista21-Jan-09 10:13 
GeneralRe: Any alternative Pin
Ennis Ray Lynch, Jr.21-Jan-09 10:14
Ennis Ray Lynch, Jr.21-Jan-09 10:14 
AnswerRe: Any alternative Pin
DaveyM6921-Jan-09 7:34
professionalDaveyM6921-Jan-09 7:34 
AnswerRe: Any alternative Pin
PIEBALDconsult21-Jan-09 7:39
mvePIEBALDconsult21-Jan-09 7:39 
AnswerRe: Any alternative Pin
Jon Rista21-Jan-09 10:27
Jon Rista21-Jan-09 10:27 
Questionparent child communication Pin
bfis10813721-Jan-09 6:35
bfis10813721-Jan-09 6:35 
AnswerRe: parent child communication Pin
PIEBALDconsult21-Jan-09 6:50
mvePIEBALDconsult21-Jan-09 6:50 
GeneralRe: parent child communication Pin
bfis10813721-Jan-09 7:09
bfis10813721-Jan-09 7:09 
GeneralRe: parent child communication Pin
PIEBALDconsult21-Jan-09 7:13
mvePIEBALDconsult21-Jan-09 7:13 

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.