Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: dataTable save as excel programatically Pin
michael_jhons1-Oct-08 5:23
michael_jhons1-Oct-08 5:23 
GeneralRe: dataTable save as excel programatically Pin
Wendelius2-Oct-08 4:19
mentorWendelius2-Oct-08 4:19 
QuestionFetch Data from a Site Pin
ivix4u1-Oct-08 3:42
ivix4u1-Oct-08 3:42 
GeneralRe: Fetch Data from a Site Pin
Pete O'Hanlon1-Oct-08 3:45
mvePete O'Hanlon1-Oct-08 3:45 
GeneralRe: Fetch Data from a Site Pin
Ashfield1-Oct-08 8:51
Ashfield1-Oct-08 8:51 
AnswerRe: Fetch Data from a Site Pin
Alan Balkany2-Oct-08 3:47
Alan Balkany2-Oct-08 3:47 
QuestionOut of memoryexception Pin
Mogaambo1-Oct-08 3:38
Mogaambo1-Oct-08 3:38 
AnswerRe: Out of memoryexception Pin
Alan Balkany1-Oct-08 3:47
Alan Balkany1-Oct-08 3:47 
Running the garbage collector would help if you have disposed memory that you are no longer using.

If all 25 files are being stored in the same datatable, the garbage collector won't shrink the size of that table. It would however free any intermediate storage you used while reading the data.

If your data is mostly strings using the standard ASCII characters (0-127), you might be able to cut your memory use in half by using the Unicode UTF-8 encoding or by using bytes rather than chars. UTF-8 uses one byte for ASCII characters, and only uses more than one byte for non-ASCII.
GeneralRe: Out of memoryexception Pin
Simon P Stevens1-Oct-08 5:17
Simon P Stevens1-Oct-08 5:17 
AnswerRe: Out of memoryexception Pin
PIEBALDconsult1-Oct-08 4:07
mvePIEBALDconsult1-Oct-08 4:07 
AnswerRe: Out of memoryexception Pin
Dave Kreskowiak1-Oct-08 4:11
mveDave Kreskowiak1-Oct-08 4:11 
AnswerRe: Out of memoryexception Pin
leppie1-Oct-08 4:23
leppie1-Oct-08 4:23 
GeneralRe: Out of memoryexception Pin
Mogaambo1-Oct-08 4:31
Mogaambo1-Oct-08 4:31 
AnswerRe: Out of memoryexception Pin
Le centriste1-Oct-08 6:56
Le centriste1-Oct-08 6:56 
QuestionAutoscale Windows form Pin
Ethen1-Oct-08 2:36
Ethen1-Oct-08 2:36 
AnswerRe: Autoscale Windows form Pin
Giorgi Dalakishvili1-Oct-08 2:51
mentorGiorgi Dalakishvili1-Oct-08 2:51 
QuestionLogin Error Pin
WalterThizo1-Oct-08 2:09
WalterThizo1-Oct-08 2:09 
AnswerRe: Login Error Pin
J4amieC1-Oct-08 2:20
J4amieC1-Oct-08 2:20 
GeneralRe: Login Error Pin
Ennis Ray Lynch, Jr.1-Oct-08 5:23
Ennis Ray Lynch, Jr.1-Oct-08 5:23 
AnswerRe: Login Error Pin
Ennis Ray Lynch, Jr.1-Oct-08 5:23
Ennis Ray Lynch, Jr.1-Oct-08 5:23 
Questionhow to read font files Pin
GSSPriya1-Oct-08 0:44
GSSPriya1-Oct-08 0:44 
AnswerRe: how to read font files Pin
leppie1-Oct-08 0:47
leppie1-Oct-08 0:47 
AnswerSTOP ASKING THE SAME QUESTION OVER AND OVER. Pin
leckey1-Oct-08 3:51
leckey1-Oct-08 3:51 
Questionwhat is the Difference between asynchronous and synchronous function? Pin
Tridip Bhattacharjee1-Oct-08 0:05
professionalTridip Bhattacharjee1-Oct-08 0:05 
AnswerRe: what is the Difference between asynchronous and synchronous function? Pin
DaveyM691-Oct-08 0:19
professionalDaveyM691-Oct-08 0:19 

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.