hi.......RMS-Sql problem..........
Hi guys,........Is it possible to access data from rms using mysql i.e by firing query can i access data from rms in j2me?if it possible help me out?thanx in advance...regards...,
# 1
your MIDlet acces to RMS...
you send to a server the informations...
a servlet or a php file do the job with mysql and send back a response to the MIDlet...
the MIDlet treates the response...
see http://developers.sun.com/techtopics/mobility/midp/articles/ for articles on webservices...
# 2
Are you trying to say you want to run SQL queries on the RMS? That is not possible because the RMS is NOT a database. It is simply a sequential records store.It has it's own methods for accessing, reading, writing etc.