I have problem with connection between Database and
Wireless device, plz send me a sample code.
Answers were Sorted based on User's Feedback
Answer / chiran
If u want to content to database such as oracle use the
classes inside package use javax.microedition.io
or else if u want to store anything on the phone for
persistance storage use classes inside javax.microedition.rms
to store records then you could use the RecordStore class in
the rms package
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prabhu
I also have problem with database and wireless toolkit
connection send reply if you get answer for this problem.
DON't forgot it.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is SSL ?
what is the minimum supporting configurations of j2me
What is Provisioning ?
What is EDGE ?
What is WSP ?
create a menu which has the following options:cut-can be on/off,copy-can be on/off,paste-can be on/off,delete-can be on/off,select all-put all4 options on,unselect all-put all 4 options off,using event handling in MIDP application
What is W-CDMA ?
What is optional package ?
What is CDPD ?
what are the protocol to used in j2me?
What is Personal Profile ?
I have a problem wtih a program. The program logic is like this.......... from a class which extends midlet class i create object of a class(say canobj(word)) which extends canvas class by passing a string. the next statement is display.setCurrent(canobj); Everything is fine but the paint(Graphics g) method is not executed. What may the problem. please suggest me the answer.