PC Review


Reply
Thread Tools Rate Thread

Best choice of data storage on PDA in C# (short term/ long term)

 
 
Daniel Passwater via DotNetMonster.com
Guest
Posts: n/a
 
      10th Nov 2004
I am a newbie, so please be patient. I am working on an app that will extract data from an embedded system via serial connection. I need to get the data as fast as possible and then go back and assimilate it after I've disconnected.

What is the best way to store this data for both the temporary and long term?

Thanks to anyone who helps.

*****************************************
* This message was posted via http://www.dotnetmonster.com
*
* Report spam or abuse by clicking the following URL:
* http://www.dotnetmonster.com/Uwe/Abu...5eabde58bd1f64
*****************************************
 
Reply With Quote
 
 
 
 
Ginny Caughey [MVP]
Guest
Posts: n/a
 
      11th Nov 2004
Daniel,

How much data do you anticipate working with? Flat files as suggested by
Jordan can work quite well, and if they are small you may not even need to
worry about indexing. I use this approach in some of my apps as well.

If you expect to have a lot of data however, then it might be simpler to
just use SqlCE for storage and let SqlCe worry about the indexes.

--
Ginny Caughey
..Net Compact Framework MVP



"Daniel Passwater via DotNetMonster.com" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>I am a newbie, so please be patient. I am working on an app that will
>extract data from an embedded system via serial connection. I need to get
>the data as fast as possible and then go back and assimilate it after I've
>disconnected.
>
> What is the best way to store this data for both the temporary and long
> term?
>
> Thanks to anyone who helps.
>
> *****************************************
> * This message was posted via http://www.dotnetmonster.com
> *
> * Report spam or abuse by clicking the following URL:
> *
> http://www.dotnetmonster.com/Uwe/Abu...5eabde58bd1f64
> *****************************************



 
Reply With Quote
 
Boris Nienke
Guest
Posts: n/a
 
      12th Nov 2004
On Wed, 10 Nov 2004 20:12:07 GMT, Daniel Passwater via DotNetMonster.com
wrote:

> I am a newbie, so please be patient. I am working on an app that will
> extract data from an embedded system via serial connection. I need to
> get the data as fast as possible and then go back and assimilate it
> after I've disconnected.


- Flat Textfiles (good for not too much data)
- XML files (could hold more complex datastructures but slow with too many
data)
- Database

For Database:
- the SQLServerCE is included but very heavy (i think). Need to installed
etc.
- db4o (www.db4o.com) is cool. Just build up an object to hold you data and
then store/retrieve them.
- PocketAccess Database files. Were the "standard" on PocketPC but not with
..NetCF. Look at www.inthehand.com - they have a wrapper to let you use such
simple database files. You can work with SQL then too i think. But limited
to ~15000 records per table/file - then the whole thing will slow down

Boris
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Long Term Hard Drive Storage Justin Storage Devices 36 10th Apr 2008 11:43 PM
Proper location for long term storage? Louise Storage Devices 20 24th Jan 2005 06:11 PM
What to do for long term storage of data? (on a DVD+R now) dg Storage Devices 10 16th Jan 2005 02:03 PM
Best choice of data storage on PDA in C# (short term/ long term) Daniel Passwater via DotNetMonster.com Microsoft Dot NET Compact Framework 4 12th Nov 2004 10:09 AM
CD-R for long-term storage Arno Wagner Storage Devices 21 2nd May 2004 07:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:09 AM.