I want to know how to connect to DataBase from our MIDP
application. I need just code for this

Answers were Sorted based on User's Feedback



I want to know how to connect to DataBase from our MIDP application. I need just code for this..

Answer / kumton

U cannot directly connect to Databases from Midlet. Best
way to retrive data from db server is to write a servlet
that retrieves data from db server and gives to midlet.

U can call servlet from midlet using GCF

Is This Answer Correct ?    9 Yes 0 No

I want to know how to connect to DataBase from our MIDP application. I need just code for this..

Answer / sivakumar.j

You cannnot directly access the database.A servlet or webservice is act as a intermediate.U call the intermediate then the intermediate access the database then send response to Midlet

Is This Answer Correct ?    1 Yes 0 No

I want to know how to connect to DataBase from our MIDP application. I need just code for this..

Answer / guest

Use JDBC package; but it is available for CDC based device
only. Ref: J2ME Complete Reference chapter 10

Is This Answer Correct ?    1 Yes 0 No

I want to know how to connect to DataBase from our MIDP application. I need just code for this..

Answer / krishna

You can not dirctly access to any data base through
midlet .you have to create a web service which will be
communicating with data base as well as with mobile client.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More J2ME Interview Questions

What is RMI ?

3 Answers  


I want to know how to connect to DataBase from our MIDP application. I need just code for this

4 Answers   NIIT,


What is CLDC ?

1 Answers  


Explain 3GPP ?

1 Answers  


What is i-appli

1 Answers  






What is J2ME WTK ?

2 Answers   Wipro,


What is KittyHawk ?

2 Answers  


What is kXML ?

2 Answers  


Explain iDEN ?

1 Answers  


Explain CVM ?

1 Answers  


What is Obfuscation ?

5 Answers  


In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?

0 Answers  


Categories