Click here to Skip to main content
15,915,513 members
Home / Discussions / Database
   

Database

 
AnswerRe: How can I minimize a datatable's memory usage? Pin
kubben1-May-07 7:21
kubben1-May-07 7:21 
GeneralRe: How can I minimize a datatable's memory usage? Pin
Marcus J. Smith1-May-07 8:01
professionalMarcus J. Smith1-May-07 8:01 
GeneralRe: How can I minimize a datatable's memory usage? Pin
kubben1-May-07 8:04
kubben1-May-07 8:04 
GeneralRe: How can I minimize a datatable's memory usage? Pin
Marcus J. Smith1-May-07 8:17
professionalMarcus J. Smith1-May-07 8:17 
GeneralRe: How can I minimize a datatable's memory usage? Pin
kubben1-May-07 8:26
kubben1-May-07 8:26 
GeneralRe: How can I minimize a datatable's memory usage? Pin
Marcus J. Smith2-May-07 10:08
professionalMarcus J. Smith2-May-07 10:08 
GeneralRe: How can I minimize a datatable's memory usage? Pin
kubben2-May-07 10:28
kubben2-May-07 10:28 
GeneralRe: How can I minimize a datatable's memory usage? Pin
Marcus J. Smith2-May-07 10:52
professionalMarcus J. Smith2-May-07 10:52 
kubben wrote:
Unfortunately no. Microsoft just added a lot of features to DataSet and DataTable, that makes them big. I suppose they figure memory is cheap. By the way, have you seen the RAM memory prices on NewEgg, sorry but I was blown away the other day. Ok, back on task. Using the dataview is the best you are going to get with those structures.


Is there anything .NETificationally wrong with using the disconnected recordset to save on memory usage? The .FindRows has really cut down on the total time it takes to run so that is great because the old way uses arrays and loops until it finds a match but MAN the memory usage...and no more RAM is not the solution. Poke tongue | ;-P


CleaKO

"I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that.'" - Tommy (Tommy Boy)
"Fill it up again! Fill it up again! Once it hits your lips, it's so good!" - Frank the Tank (Old School)

GeneralRe: How can I minimize a datatable's memory usage? Pin
kubben2-May-07 12:37
kubben2-May-07 12:37 
QuestionO/R Mapping Recomendations Pin
Tristan Rhodes1-May-07 6:38
Tristan Rhodes1-May-07 6:38 
AnswerRe: O/R Mapping Recomendations Pin
Pete O'Hanlon1-May-07 22:42
mvePete O'Hanlon1-May-07 22:42 
Questionaccess to sql server Pin
Tamimi - Code1-May-07 3:11
Tamimi - Code1-May-07 3:11 
AnswerRe: access to sql server Pin
Colin Angus Mackay1-May-07 3:55
Colin Angus Mackay1-May-07 3:55 
Questionplease help me in this very urgent Pin
Vinay Dornala1-May-07 2:46
Vinay Dornala1-May-07 2:46 
AnswerRe: please help me in this very urgent Pin
Colin Angus Mackay1-May-07 4:04
Colin Angus Mackay1-May-07 4:04 
QuestionHow to get the unique key of a column in datatable? Pin
lior_s1-May-07 1:54
lior_s1-May-07 1:54 
AnswerRe: How to get the unique key of a column in datatable? Pin
lior_s1-May-07 21:20
lior_s1-May-07 21:20 
QuestionTrouble connecting to SQl server 2005 Pin
mrkeivan30-Apr-07 10:03
mrkeivan30-Apr-07 10:03 
AnswerRe: Trouble connecting to SQl server 2005 Pin
kubben30-Apr-07 14:18
kubben30-Apr-07 14:18 
GeneralRe: Trouble connecting to SQl server 2005 Pin
mrkeivan1-May-07 3:10
mrkeivan1-May-07 3:10 
GeneralRe: Trouble connecting to SQl server 2005 Pin
kubben1-May-07 3:36
kubben1-May-07 3:36 
GeneralRe: Trouble connecting to SQl server 2005 Pin
mrkeivan1-May-07 8:31
mrkeivan1-May-07 8:31 
GeneralRe: Trouble connecting to SQl server 2005 Pin
kubben1-May-07 8:33
kubben1-May-07 8:33 
AnswerRe: Trouble connecting to SQl server 2005 Pin
Pratyush_k30-Apr-07 19:49
Pratyush_k30-Apr-07 19:49 
AnswerRe: Trouble connecting to SQl server 2005 Pin
Pete O'Hanlon30-Apr-07 22:27
mvePete O'Hanlon30-Apr-07 22:27 

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.