D
Daniel
Hi all,
I am designing an app to run on Windows Mobile 5 using VB.NET 2005. The
app will make use of a couple of static tables for reading data and 1 table
of data which the user will modify. Currently I am trying to decide how
best to store the data.
I saw that Microsoft has released a CTP of SQL Everywhere which they say
is perfect for mobile devices. It looks really good and I immediately decided
to use it. Then, I had a bit of think about it and now I am not so sure.
My DB will have around 4-5 tables with no more than 1000 records in 1 of
the tables and the other tables being much smaller. My app runs, loads the
big table into an array (Would I benefit from using SQL and not loading the
array into memory?) and then works on it. So, does anyone know if I would
benefit from using the SQL database or if I'd be better off sticking with
simple text files/XML files to store my data? I want to choose the fastest
solution, not the most elegant nor the one that requires the least code.
My biggest concern is speed of data access and also size of DB's.
The app does simple text searching and storage of text values from a reference
DB, nothing complicated with the database.
TIA
Daniel
I am designing an app to run on Windows Mobile 5 using VB.NET 2005. The
app will make use of a couple of static tables for reading data and 1 table
of data which the user will modify. Currently I am trying to decide how
best to store the data.
I saw that Microsoft has released a CTP of SQL Everywhere which they say
is perfect for mobile devices. It looks really good and I immediately decided
to use it. Then, I had a bit of think about it and now I am not so sure.
My DB will have around 4-5 tables with no more than 1000 records in 1 of
the tables and the other tables being much smaller. My app runs, loads the
big table into an array (Would I benefit from using SQL and not loading the
array into memory?) and then works on it. So, does anyone know if I would
benefit from using the SQL database or if I'd be better off sticking with
simple text files/XML files to store my data? I want to choose the fastest
solution, not the most elegant nor the one that requires the least code.
My biggest concern is speed of data access and also size of DB's.
The app does simple text searching and storage of text values from a reference
DB, nothing complicated with the database.
TIA
Daniel