Sharing info through Palms via GRPS
We have an online application so our users can deal with and share their agenda, tasks, and contacts. We need to be able download and import info through a GPRS connection into the local agenda/task/datebook of the Palm. Are there programs that we can call from our ASP script?
SearchMobileComputing.com members gain immediate and unlimited access to expert guides for mobile deployment, management and security, industry trends, and more-- all at no cost. Join me on SearchMobileComputing.com today!
Kate Gerwig, Editorial Director
The approach I'm most familiar with is to store this sort of data in a Java database on the Palm. To do that, you'd use SQL to populate a table on the server, then sync it to a corresponding table on the Palm. We've done this using our own Java-based PIM rather than the Palm one. However, the approach you describe should work, too. I'm not familiar with any programs available to do it directly from an ASP script, but writing the file yourself should work. Hope this helps.
Dig Deeper
-
People who read this also read...
This was first published in October 2004