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...,
[214 byte] By [ParagPatila] at [2007-11-27 4:17:10]
# 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...

suparenoa at 2007-7-12 9:23:46 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 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.
nogoodatcodinga at 2007-7-12 9:23:46 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Thanx a lot guys
ParagPatila at 2007-7-12 9:23:46 > top of Java-index,Java Mobility Forums,Java ME Technologies...