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