Click here to Skip to main content
15,918,243 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Windows application and data store Pin
Rampas Tomas31-Jul-03 21:55
Rampas Tomas31-Jul-03 21:55 
GeneralRe: C# Windows application and data store Pin
Rein Hillmann31-Jul-03 22:23
Rein Hillmann31-Jul-03 22:23 
GeneralRe: C# Windows application and data store Pin
ryc1-Aug-03 9:15
ryc1-Aug-03 9:15 
GeneralRe: C# Windows application and data store Pin
StealthyMark1-Aug-03 0:04
StealthyMark1-Aug-03 0:04 
GeneralRe: C# Windows application and data store Pin
Nathan Blomquist1-Aug-03 2:12
Nathan Blomquist1-Aug-03 2:12 
GeneralRe: C# Windows application and data store Pin
Kannan Kalyanaraman1-Aug-03 3:26
Kannan Kalyanaraman1-Aug-03 3:26 
GeneralRe: C# Windows application and data store Pin
Nathan Blomquist1-Aug-03 5:51
Nathan Blomquist1-Aug-03 5:51 
GeneralRe: C# Windows application and data store Pin
ryc1-Aug-03 9:20
ryc1-Aug-03 9:20 
Forgive me if I am saying something that doesn't make sensen as I am not familiar with DataSets and tables... The amount of data I will be working with will typically be around 100mb (maybe 10k rows). If DataSets and DataTables keep everything in memory without using disk this would give my application took big of a memory footprint (although the access speed would be nice =) ). Also, I would be concerned with the amount of time it would take to serialize and compress the XML, then on load bring it all back in.

A similar application to what I would like is Outlook Express. Potentially the user could have 3 years of email in several folders. In order to access their data all they do is run Outlook, they dont need to start an external database server of any kind... and the memory footprint is reasonable even if you have 10k email messages.

Thanks for the incite, I will definitly look into DataSets and tables more to see what they are all about. It should definitly come in handy some day.
GeneralExplain this to me Pin
Ista31-Jul-03 17:33
Ista31-Jul-03 17:33 
GeneralRe: Explain this to me Pin
Nick Parker31-Jul-03 17:42
protectorNick Parker31-Jul-03 17:42 
GeneralRe: Explain this to me Pin
Ista31-Jul-03 17:44
Ista31-Jul-03 17:44 
GeneralRe: Explain this to me Pin
Nick Parker31-Jul-03 17:53
protectorNick Parker31-Jul-03 17:53 
GeneralRe: Explain this to me Pin
Rocky Moore31-Jul-03 17:48
Rocky Moore31-Jul-03 17:48 
GeneralRe: Explain this to me Pin
Nick Parker31-Jul-03 17:54
protectorNick Parker31-Jul-03 17:54 
GeneralRe: Explain this to me Pin
J. Dunlap31-Jul-03 17:57
J. Dunlap31-Jul-03 17:57 
GeneralRe: Explain this to me Pin
Nick Parker31-Jul-03 18:00
protectorNick Parker31-Jul-03 18:00 
GeneralRe: Explain this to me Pin
J. Dunlap31-Jul-03 18:04
J. Dunlap31-Jul-03 18:04 
GeneralRe: Explain this to me Pin
Ista31-Jul-03 18:17
Ista31-Jul-03 18:17 
GeneralRe: Explain this to me Pin
Nick Parker31-Jul-03 18:31
protectorNick Parker31-Jul-03 18:31 
GeneralRe: Explain this to me Pin
Ista1-Aug-03 4:28
Ista1-Aug-03 4:28 
GeneralRe: Explain this to me Pin
James T. Johnson1-Aug-03 0:00
James T. Johnson1-Aug-03 0:00 
GeneralRe: Explain this to me Pin
Ista1-Aug-03 4:37
Ista1-Aug-03 4:37 
GeneralRe: Explain this to me Pin
Nick Parker1-Aug-03 5:36
protectorNick Parker1-Aug-03 5:36 
GeneralRe: Explain this to me Pin
Ista1-Aug-03 5:51
Ista1-Aug-03 5:51 
GeneralRe: Explain this to me Pin
StealthyMark1-Aug-03 0:26
StealthyMark1-Aug-03 0:26 

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.