I am new to windows mobile development and my terminology is limited so bear
with me.
I am trying to find a solution that will allow a windows mobile device (upon
scanning a barcode) to get the current inventory from a sql server and allow
updating of the inventory to the sql server. It will also need to read/update
other misc fields. I will always have a wireless connection available. After
reading through similar posts and white papers, I understand that these are
my options:
1. Use ActiveSync (not an option because the data needs to be real time).
2. Use server side code and build an ASP.NET page for windows mobile device.
Consequences would be if the network went down the mobile devices would be
unusable.
3. Build an application for the mobile device and use web services to
read/update the data on the sql server.
I will have about thirty mobile devices connected at once, so I am lead to
believe option #2 will allow for easy updates and deployment.
Q1. Am I missing any options?
Q2. Can you suggest that one option is better than the other?
Thanks for your insight!