Hi
I am new to WinMo programming and require to create one. The app I need to develop is simple in nature as it just needs to record current stock levels i.e. ProductID, Loc, Amt and this data will then be sent to a MS Access database on a web server. The device to be used is the HP IPAQ 614 with WinMo 6.0.
I think I have 2 options (I am using VB.NET, VS2005)
Save data as XML file then send XML file to web server for updating to the central Access DB
Use SQL Server CE (but I am not sure how then I can send the data to an Access DB)
Can anybody please point me in the right direction? I have not seen any tutorials on how I can achieve this. I’d be greatfuil if one could let me know of any resources and or sample code for Windows Mobile 6.0 development using VB.NET