I'm currently writing a PocketPC application with C# and SQL Compact
2005 that requires autoupdate/liveupdate functionality.

My thinking right now is that I would like the app to be updated when
the user cradles their PocketPC. Somehow ActiveSync would sync up the
application and the database via updates downloaded from our servers
(running SQL Server 2005 + WinServer 2003) to the users host PC.
Unfortunately I've never done anything like this before and am not
really sure where to start.

I would imagine I would need some sort of WinXP app to facilitate this
update via ActiveSync?

Thanks for any help.