Hello folks, I'm developing a website application for a nonprofit group that's doing neighborhood canvassing, using handheld PDAs to collect data while going door to door, then uploading the data when they return to the community center and analyzing it through an MS Access front end. My solution so far has been to create a simple app that stores data locally on the PDAs (model: HP iPaq RX1950) using a Gears SQLite database, then uploads it to a MySQL database. The MySQL database is on a WAMP server, running on one of the staff member's desktop PCs.
Here's my problem: Gears does not seem to recognize the desktop PC's IP address (192.168.1.30) as a valid host name for assigning permissions, and so is not creating a SQLite database for that host. Is this known behavior? Are there any workarounds available? I've combed the API documentation and haven't found anything yet that addresses this issue. Thanks very much for your help.
