Click here to get back home

Data Storage Recommendations

 HomeNewsGroups | Search | About
 microsoft.public.smartphone.developer    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Data Storage Recommendations Theoden 01-31-2007
Get Chitika Premium
Posted by Theoden on January 31, 2007, 11:34 am
Please log in for more thread options
I am working on a program that will have both a desktop component and
a Device component. The idea is to allow a person to add data to
their phone and then sync it with the desktop thru Active Sync. At the
same time I want them to be able to enter the data on their PC and
have it go to the program on the phone.

What is a recommended way to store the data - SQL Everywhere/Mobile/
Whatever it is called now, XML, CSV, etc?

There will be a search function (drop down list) that allows them to
choose a set of values that they already have, or add a new set of
values with a name that they choose, and the ability to edit and save
existing values as they want. I would do this all with SQL but I am
not sure what the overhead is and how much space that installation
will take. I don't want to count on them having a storage card, so
the smaller the footprint the better.

I welcome your suggestions!

Mark


Posted by Ginny Caughey [MVP] on January 31, 2007, 1:01 pm
Please log in for more thread options
Mark,

The product name ended up being SQL Server Compact Edition or SSCE. The
overhead is around 2 mb so not a big deal by today's standards and not
requiring a storage card unless you'll have loads of data. The general rule
of thumb is that if you'll have more than 2 mb of data, use SSCE, but it
also works just fine with less. Or more accurately, you might not want to
use XML or CSV if you'll have more than 2mb of data for performance reasons.

--
Ginny Caughey
Device Application Development MVP


>I am working on a program that will have both a desktop component and
> a Device component. The idea is to allow a person to add data to
> their phone and then sync it with the desktop thru Active Sync. At the
> same time I want them to be able to enter the data on their PC and
> have it go to the program on the phone.
>
> What is a recommended way to store the data - SQL Everywhere/Mobile/
> Whatever it is called now, XML, CSV, etc?
>
> There will be a search function (drop down list) that allows them to
> choose a set of values that they already have, or add a new set of
> values with a name that they choose, and the ability to edit and save
> existing values as they want. I would do this all with SQL but I am
> not sure what the overhead is and how much space that installation
> will take. I don't want to count on them having a storage card, so
> the smaller the footprint the better.
>
> I welcome your suggestions!
>
> Mark
>



Similar ThreadsPosted
Data Storage on Smartphone - MVPs please advise May 31, 2005, 9:53 am
about DeleteFile in the dir : "\Storage\Application Data\Home" September 21, 2005, 2:33 am
How to detect if flash storage is removable? July 5, 2005, 9:25 am
How do you format a Storage Card on the device? March 21, 2006, 4:44 am
storing local stuff on storage June 29, 2006, 10:19 pm
Possibility to write to email storage? September 21, 2006, 3:33 pm
Data Binding June 3, 2005, 12:37 am
Data Access (CSV?) August 9, 2005, 11:28 am
ActiveSync with PIM Data August 23, 2005, 9:05 pm
Data retrieve September 22, 2005, 7:03 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap