> Could anybody roughly tell me how it's work when > developing an application where can synchronize/wirelessly > connect to Oracle database? Or is there any link > to the relevant topic? As I know that there somehow > a Middle-tier gateway between palm and the > database itself. Pls advise.
It all depends... You can - write your own app, conduit, and integration with the database. See the CDK for an example to sync with a relational database. - use TCP/IP to connect to a middle tier server (e.g., web server) and from there integrate to the Oracle database. - use webclipping to connect to a web server and from there integrate to the Oracle database (essentially the same as the previous choice) - deploy Oracle 8i/9i Lite on the device and use it in your app, then use the Oracle-provided infrastructure to (wirelessly) sync with the backend database. See Oracle's developer website (http://otn.oracle.com) for examples, development tools, etc. Disclaimer: I work for Oracle. Hope this helps, Oliver __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
