Hay,
I am working on a j2me project. I am not able to find how can I display data, which is retrieved from the RMS, in tabular form
:o
Printable View
Hay,
I am working on a j2me project. I am not able to find how can I display data, which is retrieved from the RMS, in tabular form
:o
The Midlets are the data recording tables in J2ME RMS (Record Management System) to retrieve and display data.
String appt = "new record";
byte bytes[] = appt.getBytes();
rs.addRecord(bytes,0,bytes.length); is the j2me code to insert the data record.