Click to See Complete Forum and Search --> : send data from pocket pc to pc's sql server
albusorin
October 19th, 2005, 04:30 AM
Hello,
I want to develop a simple application that send some data from an pocket pc to an SQL server. Pocket PC is in the cradle and is connected with PC with Microsoft ActiveSync. Can I do that?
Thanks!
stober
October 19th, 2005, 03:46 PM
you have several alternatives.
1. use Microsoft Embedded Sql. I haven't, but I assume it will sync up with the database server running on a PC. Sybase has similar.
2. Buy 3d party programs, such as CeFusion by Odyssey Software Inc (which I use at work). see www.odsseysoftware.com for details and pricing (no, I have no connection with them, just a customer).
3. write your own socket program on both the wireless computer and host computer.
4. Set up a new partnership with Microsoft ActiveSync. It has some menu item(s) to syncronize data, but I'm not sure how it works because I don't do that.
albusorin
October 20th, 2005, 05:55 AM
Ok, thanks, I found a solution on codeproject, http://www.codeproject.com/netcf/AdminSQLfromPocketPC.asp, that really works very fine.
Thanks, for your time!
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.