I have created j2me application for read write of text file now at time of reading I read one line and send it to server. after that I want to remove that开发者_JS百科 line from text file.
In my j2me app, I write data using this: RecordStore rs = RecordStore.openRecordStore(\"mydb\", true);
NOW here is the coding for j2me mobile for sending the string: String s=\"hai\"; try{ String url = \"btspp://001F81000250:1;authenticate=false;encrypt=false;master=false\";
RecordStore rs = RecordStore.openRecordStore(\"StoryDataBase1\",true); String data_to_write_in_file = Slug.getString()+\"^\"+title.getString()+\"^\"+Body.getString()+\"^\"+com.editorial.Main.MainImage
I want to Read RMS Data created by one midlet from second midlet Target devise are S60 is it possibl开发者_如何学Pythone??It is possible. Open a record store associated with the named MIDlet suite. T
Is the Record ma开发者_开发问答nagement System in J2ME a temporary storage system? Does it vanish after the application is closed?RMS is only storage concept for using in j2me. Its not temporary stora
I want to send stored RMS data using an HTTP connection when the application is in idle mode. So if the user is not doing anything with the application at that time, my thread will invoke and send RM
Is jmesql better option than rms for j2me environment, Is there any limitaions using jmesql.开发者_运维知识库 Is rms is better when using large volume of data. What is better to use.Comparing a RDBMS
Apologies if this question has been asked before. After lots of searching, I could not find the answer anywhere.
I am student and am developing a mobile quiz game by using Java ME and NetBeans 6.9. I have to store the questions and answers in a database, and I want to connect my开发者_如何转开发 MIDlet to the da