I want to develop an application. It should send my data base data to my mobile cell how can i do this.

please help me -------i need the books and i need the location where i can get this application related info

Thank you

You can communicate with your database through servlet on server side, then make the use HTTP protocol to communicate between servlet and your mobile application (use of threads is highly recommended to avoid connection request time-out). There is online version of Beginning J2ME: From Novice to Professional with chapter 18 of special interest (example even provide the way how to encrypt your transmitted data), but to keep it up to date I would recommend to read Kicking Butt with MIDP and MSA: Creating Great Mobile Applications

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.