| Author: Lalji 23 Sep 2009 | Member Level: Diamond | Rating:  Points: 2 |
Refer this link
http://www.developer.com/ws/pc/article.php/3603731/Developing-Windows-CE-Device-Drivers-May-a-Regular-Application-Benefit-from-It
|
| Author: Pavan Pareta 25 Sep 2009 | Member Level: Silver | Rating:  Points: 2 |
Hi Bobby,
As your requirement you need to developed a client server architecture application.
Mobile device application would become the client application and Database is lay over the server.
http://msdn.microsoft.com/en-us/windowsmobile/bb250560.aspx
Above like having the verity of windows mobile stuff. you can getting start, it have Virtual Lab Facility, Sample Code, Videos, Blogs & Webcasts.
Watch this video for how to developed your first WM application. http://code.msdn.microsoft.com/WM6YourFirstApp
|
| Author: Fool To Code 18 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
yes develop the client server architecture. your client software will run on win ce device and connected with the server ip and port.
now on server side there wud b a server listener which will listen that port and insert the data into it.
regards Fool to code
|