Currently I am working on a Mobile Application.In that application I would need to connect my midlet with the mysql database.As I understand, J2ME does not support database so I haver already designed a servlet to acces my mysql database. That is already working fine but the mobile phone would need to be in online mode for this. I would also need to enable the application to be able to save data in offline mode and I understand that we would need to use RMS for this.Would you be able to advise me on how to synchronize the data from the RMS with my mysql database once my phone is in online mode in order for me to download all the keyed in information.I would also appreciate If anyone would be able to guide me on methods to implement this snchronization system with J2ME application.Thanks everyone.Really appreciate your help and guidance.
Jeremy