Thanks to all who replied.
Some very interesting options.
I've implemented a desktop solution already in SQL 2000, but want to find
a light-weight PocketPC DB to sync with.
Are there any which can Sync with SQL 2000 (or MSDE / SQL Express)?? Are
there any code samples??
I may even consider changing my desktop DB engine, but MSDE / SQL express
is doing fine, apart from the heavy footprint. I require Stored
procedures.
Any code examples of DB's on desktop and Pocket PC, and sync would be
great. Or Pocket PC DB sync with MSDE.
Thanks
Paul
Hank said:
Not mentioned yet, but certainly 2 viable options are: Sybase/iAnywhere's
(SQL Anywhere Studio) Adaptive Server Anywhere database or UltraLite,
both work on the Pocket PC. The synchronization is quite granular and
robust but does take some coding. Works with several back end database
platforms. Pricing, last I checked was surprisingly affordable.
Sergey Bogdanov said:
Take a look at this thread:
http://groups.google.com/group/micr...amework.compactframework/msg/583e643390e761a0
--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com
Paul Aspinall wrote:
Hi
I want to write some apps for Pocket PC, which require a back end DB.
What are the options with regards to choice of DB engine??
Pocket Access??
SQL Mobile??
Anything else??
Thanks